Hi, Im getting this strange h2 error, the code does this :- create session1 insert into table ABC commit
XXX create session2 read from table XYZ -> produces locked table ABC timeout exception. close session2 close session1 The bizarre thing about this scenario is that if XXX is empty (ie no code) I get the timeout exception however if it contains a Select statement, it all works fine. ????? -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
