-
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: support for IntelliJ IDEA #19054
Comments
Hi @cristhiank, thanks for the information on what you're using and what you're looking for! Unfortunately, IntelliJ IDEA's postgres support relies on some pretty hairy internals of postgres (like Our goal is to support as many of these tools as we can, but in some cases it's easier to create custom support for cockroach (as in the flyway issue you linked to) than to support all of the exposed internals of postgres. I'll leave this open as a feature request, but unfortunately IntelliJ IDEA isn't at the top of our roadmap right now. cc @dianasaur323 for awareness |
Thanks @a-robinson I understand, we can work with the current level of support for IntelliJ IDEA. IMO the priority for Java environments would be building an own JDBC driver. I've never done that, but will check it to see if I can help and contribute. |
What would you want to be custom about the JDBC driver? As far as I'm aware we work with the JDBC driver for postgres, as recommended in our docs. Have you had any particular issues with it? |
Sorry, mybad, you are right. The postgres driver works fine. Is a tooling problem, nothing to do with the driver. I was thinking on Hibernate Dialects and that sort of things. |
For me most of the time it works however I keep getting this error. |
These limitations have been lifted for 19.2, and IntelliJ IDEA's db explorer now works well with CockroachDB using its PostgreSQL driver. |
We are getting close to releasing 19.2 (in beta now) so we would appreciate any feedback on compatibility issues with IDEA before GA in October. |
@jordanlewis should we close this issue then? |
Yes, I think this issue has outlived its usefulness. |
FEATURE REQUEST
We are exploring CockroachDB as an alternative to migrate our SaaS product from MySQL, we use IntelliJ IDEA as our IDE and when we connect to the DB with the normal PostgreSQL driver we are getting the following message:
ERROR: column name "xmin" not found.
We can execute normal SQL in the DB but we lost all the designers functionality.
It would be nice to be able to explore and manipulate CockroachDB with IntelliJ IDEA using the editor designers and tools.
nice-to-have
Bonus:
FlywayDB is going to support CockroachDB in the next release this month, we are using this too.
flyway/flyway#1760
The text was updated successfully, but these errors were encountered: