Upgrading our project from H2 1.4.199 to 1.4.200, we get an Exception

Caused by:
        org.h2.jdbc.JdbcSQLNonTransientConnectionException: Datenbank-
Verbindungs Option "MVCC" nicht unterst³tzt
        Unsupported connection setting "MVCC" [90113-200]

while using JDBC URL

jdbc:h2:mem:backendtests;MVCC=TRUE;MODE=PostgreSQL


I can not believe H2 dropped MCVV support for in-memory DBs, because H2 is 
first choice for unit tests (JUnit, TestNG) which run backend SQL in 
in-memory H2 for fast tests, but needs MVCC for several scenarios.
Is this a decision (which would be very sad), or an unwanted bug?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/4b40912d-0c9a-49e2-a2ac-e45c8b235c64%40googlegroups.com.

Reply via email to