Hi, > 1. Do you know when a new version with a fix will be available?
See http://www.h2database.com/html/faq.html#known_bugs Maybe in one week. > 2. The migration of databases is currently handled within our > application by executing SCRIPT and RUNSCRIPT via JDBC Is there a way > to set the continueOnError-flag programatically? No. You need to use the Runscript tool. > 3. If the answer to the above question is no: Would it be safe to use > 1.1.119? This version doesn't show the problem in the tests we have > run. The problem with version 1.1.119 is that large updates could throw an ArrayIndexOutOfBoundsException in RowList.writeRow. See also http://www.h2database.com/html/changelog.html - therefore, I suggest not to use version 1.1.119. Does version 1.1.118 work as well? That would be the preferred version. 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.
