-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql: compatibility between Datagrip and CockroachDB #20641
Comments
Hi @younisshah, CockroachDB is not supported by DataGrip at this time. Its Postgres adapter uses several Postgres features we don't support, such as We would very much like to support DataGrip, but we'll never support a feature like As DataGrip is not open source I can't comment on how difficult it might be to write a CockroachDB specific adapter. |
Requested explicit support for CockroachDB at https://youtrack.jetbrains.com/issue/DBE-5835 from the DataGrip team. |
:bump: Here's what the Datagrip team states they need to support a new database: https://www.jetbrains.com/datagrip/new_dbms. |
Ok this is a bit weird to me, as a customer of DataGrip, they seem to put a lot of onus on the DB developer to do a significant chunk of integration work. |
Issue with xmins 've been fixed in DataGrip. Please report exact problems, because we fix connectivity/database detection problems for unsupported databases immediately, and "explicit support" is a feature request, which goes under low priority (that's why it took us so long to notice). |
Thanks @kassak. DataGrip seems to be working pretty well right now, so I'm closing this. @younisshah please let us know if you have more issues and we'll do our best to resolve. Thanks! |
This is a noob question.
How do I connect CockroachDB to JetBrains DataGrip? I know the API is Postgres compatible which means any client that can connect to Postgres, can connect to CockRoachDB. I tried. I failed.
I created a user and DB using Cockroach SQL CLI. Then I tried to connect to it using DataGrip but I get this error
Error encountered when performing Introspect schema demo_db: ERROR: column name "xmin" not found. ERROR: column name "xmin" not found
Appreciated!
The text was updated successfully, but these errors were encountered: