Hi, If you just need support for the syntax, but don't actually need the database to use uncommitted reads (because that would be hard to achieve), it should be relatively easy to add support for this in the parser (Parser.java). See also http://h2database.com/html/build.html#providing_patches
Regards, Thomas On Wed, Oct 2, 2013 at 2:43 PM, Bert Roex <[email protected]> wrote: > The DB2 Mode in H2 is quite complete although we use the WITH UR syntax in > some queries which does not seem to be supported. > > Could you please expand the DB2 Mode to allow the use of the WITH UR DB2 > syntax? > > -- > 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. > -- 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.
