-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Statement getGeneratedKeys #82
Comments
Probably the same issue as j256/ormlite-core#288 |
Might be resolved by this pull request: xerial/sqlite-jdbc#1035 |
PR was merged and 3.45.0.0 with it released. |
Version 3.45.0.0 is working for my tests. The |
Anything that ormlite should be doing here? Should I detect the support for get generated-keys and generate different SQL somehow using |
Ideally |
xerial SQLite JDBC has removed
Statement#getGeneratedKeys
support in release 3.43.0.0.Issue: xerial/sqlite-jdbc#329
Commit: xerial/sqlite-jdbc@712a8a5
Discussion: xerial/sqlite-jdbc#959
Would it be possible to replace getGeneratedKeys usage with a RETURNING clause? I did something similar in our library here: ngageoint/geopackage-java@f1579b94f9
ormlite-jdbc/src/main/java/com/j256/ormlite/jdbc/JdbcDatabaseConnection.java
Line 188 in c03005a
ormlite-jdbc/src/test/java/com/j256/ormlite/jdbc/JdbcDatabaseConnectionTest.java
Line 125 in c03005a
The text was updated successfully, but these errors were encountered: