>From Documentation: Storage Engine for H2 For H2 version 1.4 and newer, the MVStore is the default storage engine (supporting SQL, JDBC, transactions, MVCC, and so on). For older versions, append ;MV_STORE=TRUE to the database URL.
hm... should be MVStore already. Then, probably, something else On Tuesday, March 14, 2023 at 11:48:26 PM UTC+9 Nazar Viliura wrote: > 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/85ec86c3-bb16-442b-9b81-ed9de7afcea1n%40googlegroups.com.
