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 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/CAFYHVnVo8Sem8aKwirWYXmezKi1bdbYL_wQ%3DfAub%3DXYCgwLGMA%40mail.gmail.com.


[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 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/d4262c14-2a3e-4f22-b1b2-c8935eb406f5n%40googlegroups.com.


[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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/b9c24251-5a42-4cf5-bb7f-e10ebb1b6b41n%40googlegroups.com.


[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 failed; file length 946757632 read length 1024 
at 955375877 [1.4.190/1]Reading from cache:nio:[path]/posdb.mv.db failed; 
file length 946757632 read length 1024 at 955375877 [1.4.190/1]*

*java.io.EOFException*

May I ask if there would be a way to recover the data that has been stored 
in the database?

-- 
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/68e2dd69-0ae0-4791-a20c-a6fcc2439f6en%40googlegroups.com.