Koen Konst I could only reproduce the error by explicitly setting hibernate.jdbc.use_get_generated_keys to false, because otherwise it just falls back on getting the generated keys through the jdbc driver, i.e. it works even with H2 v2+. Is that a possible workaround for you? |