[h2] Adding New Data Types in H2 Open Source Code

2022-10-12 Thread Harrison Kaiser
Hello everyone, I have my own copy of the H2 open source code of the H2 database and I'd like to experiment with new data types. What's the best way to add new data types in the code? Any advice would greatly appreciated. Thank you! -Harrison -- You received this message because you are

[h2] Next release date

2022-10-12 Thread Salvatore Coppola
Hi, is there an expected date for the next h2 release? Thanks. Salvatore -- 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

Re: [h2] Adding New Data Types in H2 Open Source Code

2022-10-12 Thread Noel Grandin
The relevant classes are called things like Value* - ValueString, ValueDecimal, etc. So you'd need to make a new subclass of Value and work from there. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop

[h2] Encountered a org.h2.jdbc.JdbcSQLException: IO Exception: null [90028-190] while accessing the database

2022-10-12 Thread Emmanuel Callado
Greetings! We are trying to access this H2 database that has an accumulated volume of 946.8 MB file size, and we are getting this IO Exception, with the following stack trace below: *org.h2.jdbc.JdbcSQLException: IO Exception: null [90028-190]Reading from cache:nio:[path]/posdb.mv.db