Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Kass
Total activity
67
Last activity
November 13, 2024 06:40
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 (38)
Sort by recent activity
Recent activity
Votes
Created
December 09, 2019 07:30
Sergio Castro & Joachim, your error is different.That is certificate parsing error. As it works with CA, the problem is int client cert/key files.Could you provide some info about your certificates?
Community
IntelliJ IDEA Users
Class not found exception using SSL on Postgres DB
0 votes
Created
September 12, 2019 12:38
You can create your own plugin, that uses our plugin
Community
IntelliJ IDEA Open API and Plugin Development
How can I take part in database tool plugin development?
0 votes
Created
July 31, 2019 17:53
There is no simple and open-API way to do that. You can access it from `com.intellij.diff.tools.util.DiffDataKeys#DIFF_VIEWER`, that will be table diff viewer which has `getEditor1` & `getEditor2` ...
Community
IntelliJ IDEA Open API and Plugin Development
The other DataGrid from TableDiffViewer
1 vote
Created
June 21, 2019 06:50
So '@mysystem' is not your username? Please provide `idea.log` it contains more info about connection process. The problem is with db authorization, not SSH. And looks like SSH does not matter here...
Community
DataGrip
Getting The specified database user/password combination is rejected: [HY000][1045] Access denied for user: when attempting connection to MariaDB with SSH tunnel
0 votes
Created
November 19, 2018 08:15
For now, we do not provide any connectivity API, because it is still highly unstable. Also you won't be able to get a datasource password because of security.What are you trying to gain from connec...
Community
IntelliJ IDEA Open API and Plugin Development
How could I get JDBC connection information by API in database tools and DataGrip
0 votes
Created
November 14, 2018 07:06
@Aman Subhan 1. No, your source code is applied only when you click submit, it will show you the code to be executed, so that is not kind of background operation. Also, you can always review querie...
Community
DataGrip
Trouble with view and proc code getting out of sync
0 votes
Created
November 14, 2018 07:01
Use generic dialect for unsupported databases, that won't treat `:smth` as parameter. For postgres dialect these are parameters
Community
DataGrip
I cant seem to disable User Parameters
2 votes
Created
November 02, 2018 11:23
@Sweeks We introspect schemas separately, so @Esgorbachev is rightI've made a hack on our side to receive function list (for hive I supply no schema and then filter by schema in function name if n...
Community
DataGrip
DataGrip with Hive cannot introspect Schema (Required field 'functionName' is unset!)
2 votes
Created
November 01, 2018 07:01
That is fixed. But you won't get any functions from driver, as this function does not work as expected. Providing schema yields empty result set, while without schema it yields functions with empty...
Community
DataGrip
DataGrip with Hive cannot introspect Schema (Required field 'functionName' is unset!)
0 votes
Created
October 25, 2018 06:06
That depends on how and where are you trying to execute that. Oracle does not support multiple statements with separators, so DataGrip splits your script into statements and executes them, except c...
Community
IntelliJ IDEA Users
drop table from oracle db
0 votes
«
First
‹
Previous
Next
›
Last
»