Re: [h2] H2 Database Engine: New version released

2023-07-11 Thread Vali Maties
Hi. I've tried to update the driver used in my Maven project from 2.1.214 to 2.2.220, and now it gives me some error: "The write format 2 is smaller than the supported format 3 [2.2.220/5]". Seems that I have to upgrade the database as well? How do I upgrade it to be able to use the latest dri

[h2] Time statistics for explian analzy

2023-07-11 Thread CrazyDrumming
Sorry, I didn't find anything more in the docs about time counting and explain analyze. One question I have is, does the time counted by explain analyze include the time it takes to convert the queried data into strings? (Strings are used to display results on the console) ps: Use `java -cp h2-

Re: [h2] H2 Database Engine: New version released

2023-07-11 Thread Andreas Reichel
Greetings! On Tue, 2023-07-11 at 10:20 -0700, Vali Maties wrote: > How do I upgrade it to be able to use the latest driver, as long as > this one seems to be no more warnings in it! You could use the H2 Migration Tool https://manticore-projects.com/H2MigrationTool/index.html Best regards Andreas