主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Kass
活动总数
68
最后的活动
2025年04月14日 05:42
成员加入日期
2016年06月29日 07:11
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
28
活动概览
文章(0)
帖子(0)
评论(39)
按最近的活动排序
最近的活动
投票数
创建于
2024年02月12日 07:36
The only way you can accomplish that is to implement getAllWarnings() methods for result set or statements and return your messages in them
社区
IntelliJ IDEA Open API and Plugin Development
How can I print JDBC driver logs to the Services panel's output?
0 票
创建于
2022年05月04日 05:37
Take a look at: `com.intellij.database.editor.DatabaseEditorHelper#openConsoleFile(com.intellij.database.psi.DbElement, boolean)`Or the methods nearby
社区
IntelliJ IDEA Open API and Plugin Development
Open a default database console programmatically
0 票
创建于
2022年03月02日 19:00
Yes, that is auto sync :) Thought we have it by default
社区
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 票
创建于
2022年03月02日 10:11
We don't have database functionality as it is under hard development. I recommend you to use com.intellij.database.autoconfig.DataSourceRegistry to create data sources as it is more stable.To sync ...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 票
创建于
2022年01月25日 08:38
Please press Ctrl+B on the objects under the anonymous db and show the content of that file, please also do the same for the object under the correct db. I'm curious why it works :)The layout you'v...
社区
DataGrip
Generating DDL for dbo schema on MSSQL
0 票
创建于
2021年06月22日 07:58
@Joe Phillips Please provide more info. What is the exact change that leads to drop/create (we need everything but routine/view body before and after to reproduce it). As for stale sources, you may...
社区
DataGrip
Trouble with view and proc code getting out of sync
0 票
创建于
2021年04月23日 06:20
First of all I'd like to note that you are leaking resources. GuardedRef is Closable and should be closed.JDBC API is no longer available in DG, you can use getRemoteConnection and crete RemotePrea...
社区
IntelliJ IDEA Open API and Plugin Development
Using the DatabaseConnectionManager to get connections
0 票
已编辑于
2021年04月22日 10:54
In first snippet you were collecting procedure group names: .filter(SybaseProcedureGroup.class) .map(BasicNamedElement::getName); So I think in new one you should collect them too: ...
社区
IntelliJ IDEA Open API and Plugin Development
Getting StoreProcedures name from databaseTools in 2021.1 API
0 票
创建于
2021年01月14日 10:53
There is a note about that in documentation https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html```To use the JDBC driver for multiple data catalogs with Athena (for example, when us...
社区
DataGrip
DataGrip - Athena: cant see all data catalogs except the default AwsDataCatalog
0 票
创建于
2021年01月11日 05:13
Which database are you trying to connect?We have support for AWS profile for Redshift/AthenaCan be done by implementing `com.intellij.database.dataSource.DatabaseAuthProvider` interface and regist...
社区
IntelliJ IDEA Users
database tool password automation
0 票
«
第一页
‹
上一页
下一页
›
最后
»