-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Doltgresql does not yet support PostgreSQL's JDBC connection #279
Comments
Thanks for the report @Ambitie. We're looking into this and should have an estimate for when you can expect this work in the near future. |
Testing will require building from source: https://github.com/dolthub/doltgresql/blob/main/CONTRIBUTING.md#getting-set-up |
If you don't want to build from source, can you confirm the error you were getting looked like this?
I have a simple repro that fails with this error before Jennifer's change and passes after. |
@Ambitie we are pretty sure this is fixed in release 0.7.5, which is going out now. To close this bug out, we need an automated client test of the JDBC functionality, similar to what Dolt has. |
Closing the issue as a test for it has been added #297 |
Doltgresql does not yet support PostgreSQL's JDBC connection
I can only connect to the doltgresql database after setting assumeMinServerVersion=15. But after connecting to the doltgresql database, I cannot execute any queries.
The text was updated successfully, but these errors were encountered: