This is *.h2.db file(

So, the issue is solved: PageStore backend cannot read persisted timestamps 
back properly if there is any difference between DST transition rules.

Thank you very much for this and quick responses

On Tuesday, March 14, 2023 at 5:18:30 PM UTC+2 Evgenij Ryazanov wrote:

> Take a look on file name extension, if it is .h2.db, this is a file from 
> PageStore, if it is .mv.db a modern MVStore backend is used.
>
> H2 1.4.192 is too old and doesn't support JSR-310 data types yet, their 
> initial support was added only in H2 1.4.193.
>
> If your file is in MVStore format, you can read the original datetime 
> value with ResultSet.getString(column) in 1.4.192.
>

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/d2939485-0f06-4e90-b7bf-2f657a723e0fn%40googlegroups.com.

Reply via email to