I think with the MVStore it only works with READ_COMMITTED. Other isolation levels don't work.

If you use the page store it should work (or the latest stable version).



On 28/02/2015 10:25 AM, Sachin Patil wrote:


Hello there,

I am trying use H2 database(1.4.185) in junit environment and found out that TRANSACTION_READ_UNCOMMITTED is not working as expected for me. I have created junit test case gist which reproduces this,

    https://gist.github.com/sacdroid/c6e29a4e4f84916fafec

Can you someone look into this and point me whats wrong with my test case? Looks like as per documentation, H2 supports TRANSACTION_READ_UNCOMMITTED isolation.

Thanks,
Sachin.
--
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 h2-database+unsubscr...@googlegroups.com <mailto:h2-database+unsubscr...@googlegroups.com>. To post to this group, send email to h2-database@googlegroups.com <mailto:h2-database@googlegroups.com>.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

--
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to