Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Kass
Total activity
68
Last activity
April 14, 2025 05:42
Member since
June 29, 2016 07:11
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
28
Activity overview
Articles (0)
Posts (0)
Comments (39)
Sort by recent activity
Recent activity
Votes
Created
May 04, 2022 05:37
Take a look at: `com.intellij.database.editor.DatabaseEditorHelper#openConsoleFile(com.intellij.database.psi.DbElement, boolean)`Or the methods nearby
Community
IntelliJ IDEA Open API and Plugin Development
Open a default database console programmatically
0 votes
Created
March 02, 2022 19:00
Yes, that is auto sync :) Thought we have it by default
Community
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 votes
Created
March 02, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh DataSource automatically
0 votes
Created
January 25, 2022 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...
Community
DataGrip
Generating DDL for dbo schema on MSSQL
0 votes
Created
November 25, 2021 09:43
Hi!1. Yes, that part is scriptable.In Data Source settings there is an option to choose layout script:You can add your layout scripts here:2. Yes, now there is no way to store this scripts inside "...
Community
DataGrip
DDL Data Source Questions
1 vote
Created
June 22, 2021 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...
Community
DataGrip
Trouble with view and proc code getting out of sync
0 votes
Created
April 23, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Using the DatabaseConnectionManager to get connections
0 votes
Edited
April 22, 2021 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: ...
Community
IntelliJ IDEA Open API and Plugin Development
Getting StoreProcedures name from databaseTools in 2021.1 API
0 votes
Created
January 14, 2021 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...
Community
DataGrip
DataGrip - Athena: cant see all data catalogs except the default AwsDataCatalog
0 votes
Created
January 11, 2021 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...
Community
IntelliJ IDEA Users
database tool password automation
0 votes
«
First
‹
Previous
Next
›
Last
»