When I use H2 in MVCC mode I have a JdbcSQLException if I acquire a row lock with a SELECT FOR UPDATE.
org.h2.jdbc.JdbcSQLException: Concurrent update in table "TEST": another transaction has updated or deleted the same row; SQL statement: SELECT * FROM test WHERE id = 1 FOR UPDATE; [90131-148] But when I acquire a lock with an UPDATE I have no errors. -- 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.
