Thanks for the response. Right - so I think you are saying that because the database is single threaded, the second thread should not wait because that statement cannot possibly acquire the lock.
So is there a way to allow multiple threading and row level locking in H2? When I run the same harness against Derby / Oracle / SQL server I do get the desired result from the two test classes. But H2 is so much easier to deal with than those - I would much rather stick with it. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
