Hi, > does H2 not support REPEATABLE_READ isolation (ANSI level 2)? > I found the others but not REPEATABLE_READ.
No. See http://h2database.com/html/advanced.html#transaction_isolation http://h2database.com/html/grammar.html#set_lock_mode http://h2database.com/html/advanced.html#mvcc Regards, Thomas -- 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.
