Upgrade Problem
#29608
Replies: 1 comment 3 replies
-
Are you somehow overriding either the H2 version or the Hibernate ORM version? Or do you specify a dialect yourself? If you use all the standard versions, they should be compatible with each other and you shouldn't have this sort of errors. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2.3.1.Final -> 2.14.2.Final
Unit test happen error:
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "CREATE SEQUENCE hibernate_sequence [*]start 1 increment 1"; SQL statement: CREATE SEQUENCE hibernate_sequence start 1 increment 1 [42000-214]
Beta Was this translation helpful? Give feedback.
All reactions