Hi there, first of all thanks to H2! It helps a lot in projects especially in local development setups.
In my project junit tests manages their own test data and I let the databasemodell be generated by JPA in test scope, so I have no special *.sql file around (on which I can apply any syntax migrations) to create the schema or populate the database. Everything worked well with v1.4 - however attempts to update to v2.0.x fails due to syntax problems on the JPA generated SQL. Do I need to configure some more flags to get it work wit v2? For an example and reproduction to this issue see: https://github.com/StefanSchubert/sabi/issues/106 Thanks for any help inadvance Stefan -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/717c7157-b900-447d-909d-56ecf62e7ae9n%40googlegroups.com.
