Hi, > with MULTI_THREADED=1 enabled
This option is not fully tested so far. I guess synchronization is missing at some place, but I'm not sure yet where exactly. Could you post a simple, reproducible test case? When sending source code, please use a public web clipboard such as Pastebin, Cl1p, or Mystic Paste to avoid formatting problems. Please keep test cases as simple and short as possible, but so that the problem can still be reproduced. As a template, use: HelloWorld.java - http://h2database.googlecode.com/svn/trunk/h2/src/test/org/h2/samples/HelloWorld.java . Method that simply call other methods should be avoided, as well as unnecessary exception handling. Please use the JDBC API and no external tools or libraries. The test should include all required initialization code, and should be started with the main method. 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.
