Hi, The settings can be changed in any order... Does it consistently work in one case, but not the other?
Could you try with the latest version of H2, and append ";mv_store=false" to the database URL? I can't reproduce the problem with the latest version, and I didn't try yet with the version you use (1.3.176). Please note the beginning of the trace file is missing (where the database is opened). If you change the database URL to use "trace_level_file=3" then this should no occur. Regards, Thomas On Wednesday, March 18, 2015, Eric Chatellier <[email protected]> wrote: > Le 17/03/2015 16:24, Eric Chatellier a écrit : > > > > I a modify a failing test with the java 8 file to set "SET CLUSTER '';" > on the > > first line, the test is then ok. > > > > Can you confirm that this is a possible java 8 bug with SCRIPT TO > command ? > I just found this : > > http://docs.oracle.com/javase/8/docs/technotes/guides/collections/changes8.html > > and I just tested that, in file src/main/org/h2/engine/Database.java, using > LinkedHashMap instead of HashMap for "settings" attribute is a temp > workarround > that fixes my problem. > > Regards. > > -- > Éric Chatellier - www.codelutin.com - 02.40.50.29.28 > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:;>. > To post to this group, send email to [email protected] > <javascript:;>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
