This sounds very likely as a reason! I'm using H2 v.1.4.192. How do I check if it uses PageStore backend? Also, is there any documentation which specifies this problem, if you know? Thanks in advance
On Tuesday, March 14, 2023 at 11:43:18 PM UTC+9 Evgenij Ryazanov wrote: > > Unfortunately, I should be using an old version of jdbc driver > > If you use some old unsupported version of H2 with PageStore backend, you > need to set the same JVM time zone as it was on system where database file > was created. This backend had very problematic storage format for datetime > values. It cannot read persisted timestamps back properly if there is any > difference between DST transition rules. MVStore backend isn't affected by > that problem. > -- 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/c4181e58-264f-4353-b40d-d8b9830759f8n%40googlegroups.com.
