exception « hsqldb « Java Database Q&A





1. HSQLDB cryptic exception message: "feature not supported"    stackoverflow.com

I have JDBC code which inserts into a database table by executing a PreparedStatement. When I run the code on an in-memory HSQLDB database (as part of a JUnit test) ...

2. After upgrade to HSQL 2.0.1.rc3 - Lots of org.hsqldb.HsqlException: data exception: ... cast complaints    stackoverflow.com

I recently upgraded HSQL from 1.8.0.10 to 2.0 and then 2.0.1.rc3 without any changes in my code or test data. I have lots of tests which previously worked and now i ...