That's my database url: <property name="hibernate.connection.url">jdbc:h2:mem:test;MODE=DB2;DB_CLOSE_DELAY=-1</property>
However h2 still doesn't recognise "with UR" syntax feature of DB2. Thanks. On Thursday, January 16, 2014 1:04:56 PM UTC+3, Noel Grandin wrote: > > > > On 2014-01-16 10:43, Alexey Kalugin wrote: > > > > I've taken the latest automated build however the issue still persists. > Can you please react on that fact? > > Thank you. > > > > You need to enable DB2 mode for this syntax to work. > i.e. your database url needs to look something like: > > jdbc:h2:C:/temp/noel1;mode=db2 > -- 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.
