Hi, Thank you very much :) if mvcc is stable enough why not to make it default mode then? I think this will dramatically increase chances to find remaining bugs :)
> 1. http://www.h2database.com/html/advanced.html#mvcc : > > "If multiple connections concurrently try to update the same row, this > > database fails fast: a concurrent update exception is thrown." > > This is no longer the case. I will change the documentation to: "If > multiple connections concurrently try to update the same row, the > database waits until it can apply the change, but at most until the > lock timeout expires.". I hope it is understandable... > > > bug in docs? > > A bug in the documentation. > > > what is expected behavior? > > The second connection should be able to update (you may need to change > the lock timeout). > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
