NoSuchMethodException in OSXAdapter.java
I've tried the SVN version and it seems to be fine. Thanks a lot!
Thank you for your reply and the work you do. I wish I would be able to use the new version soon.
Hello, thank you for your prompt response. I've tried http://hsqldb.org/download/hsqldb.jar with the same test case but unfortunately I'm getting almost the same result. Is there any workaround? One of the exceptions which I've just got: closeConnectionThrowsSoManyExceptions(hsqldbinvestigation.ReproducerTest) Time elapsed: 0.35 sec <<< ERROR! java.lang.NullPointerException at org.hsqldb.persist.DataFileCache.get(Unknown Source) at org.hsqldb.persist.RowStoreAVLHybrid.get(Unknown Source) at org.hsqldb.persist.RowStoreAVLHybrid.getAccessor(Unknown...
(I'm sorry, I posted this to the Open Discussion forum by a mistake and I don't know how to delete the topic there... please delete the previous one if you can...) Hello, I use HSQLDB 2.4.0 and am getting some Exceptions (EOFException and NullPointerException) when Connection#rollback() (or close) is invoked. Conditions which make this issue occur seem to be something like this: A local temporary table is used The number of total rows in the table is greater than the number of hsqldb.result_max_memory_rows...
I have a similar issue with 2.4.0 release and waiting for the next release on Maven Central. My issue seems to be fixed in current SVN version (r5785) too. Something like this: https://github.com/lbtc-xxx/hsqldb-investigation/blob/master/src/test/java/hsqldbinvestigation/MyTest.java Thank you for maintaining great software, it plays an important role of our product. Temporary table and the hsqldb.result_max_memory_rows property are awesome. Thanks, Kohei