Hi H2 team. I've run my tests against the latest h2.jar file and it looks like that the issue with "UR" syntax construction of DB2 has been resolved. Can you let me know if H2 has started to support another isolation levels syntax constructions of DB2 (such as RR, CS and RS)? Thank you.
On Thursday, January 16, 2014 3:56:43 PM UTC+3, Alexey Kalugin wrote: > > Thanks for the update. I'll check tomorrow :) > > > On Thu, Jan 16, 2014 at 3:55 PM, Noel Grandin <[email protected]>wrote: > >> >> >> On 2014-01-16 14:39, Alexey Kalugin wrote: >> >>> However there appeared new problem - it looks like that H2 doesn't >>> recognise "with ur" DB2 syntax in INSERT statements. >>> For example please consider the statement "insert into Driver(FirstName, >>> LastName, BirthDate) values('SomeName', >>> 'SomeSurname', '2002-11-15') with ur". >>> >> >> A fix for this has been committed to SVN. It should be in the automated >> build jar by tomorrow. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "H2 Database" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/ >> topic/h2-database/I9R1bBS2WRw/unsubscribe. >> To unsubscribe from this group and all its topics, 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/groups/opt_out. >> > > -- 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/groups/opt_out.
