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]. 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.
