|
Attached is the test case.
Run it using Maven : $ mvn clean install
There is 2 two tests. Both tests will do the same thing, but one is using the Hibernate's embedded H2 dialect, the other one uses a fixed dialect :
-
testValidateHibernateH2Dialect is using the Hibernate's embedded dialect : fails
-
testValidateFixedH2Dialect using the fixed dialect : success
|