-
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
AutoIncrement failing #36
Comments
Could you please try the last released version 0.1.2.
You should also try to activate |
Thank you for the suggestion. Will try to upgrade the version. Sad part is it is not replicable on our test environment. So will have to keep this issue open till we directly test on our production environment 😃 |
And in case you didn't know: https://hibernate.atlassian.net/browse/HHH-10668 |
We are using hibernate |
I have a table named collections in SQLite database with id as autoincrement and I’m using Spring Boot + Hibernate to connect to SQLite database. I’ve found that insert to collections table is failing with following error
What could be the reason for this?
Error Message
Entity class
gwenn SQLite-dialect & xerial jdbc-driver versions
The text was updated successfully, but these errors were encountered: