Hi, Do you have a reproducible test case? If possible, could you send it?
> > 1. What does this do? log.addUndo(pageId, null); > (in PageStore.java:1212) > > As in the comment in the source code, "ensure the undo entry is already written". > > 1. To me it looks like setting the page-parameter to null is what is > causing the exception. > > No, it's just a verification. > > 1. Wouldn't it be better to just delete the ResultSet-table without > undo-support? Is there any use-case when you want to undo the closing of a > ResultSet? > > I don't think that's the problem. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
