Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Kass
Total activity
63
Last activity
April 10, 2024 11:45
Member since
June 29, 2016 07:11
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
26
Activity overview
Articles (0)
Posts (0)
Comments (36)
Sort by recent activity
Recent activity
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
Created
October 13, 2020 08:23
Already implemented. The part of the parameter, that is its "name", should be in parenthesizes, so it should be defined like `(XXXENVXXX)` or `XXX(ENV)XXX`
Community
DataGrip
Multiple Parameters
0 votes
Created
September 04, 2020 10:36
Please provide complete error message.We have heuristic that show error message + password prompt if you have no password and connection have failed. That is because we can not tell if the failure ...
Community
DataGrip
Presto DB Support. Password Prompt?
1 vote
Created
April 24, 2020 15:29
Notification does not support that version of MS
Community
DataGrip
Trouble with view and proc code getting out of sync
0 votes
«
First
‹
Previous
Next
›
Last
»