Closed GoogleCodeExporter closed 9 years ago
Hi,
Sorry I can not reproduce this problem. Could you post a simple, standalone
test case
that reproduces the problem? It would be great if the test case does not have
any
dependencies except the H2 jar file (that is, a simple SQL script that can be
run in
the H2 Console, or a Java class uses the JDBC API and is run using a static main
method). Please include any initialization code (CREATE TABLE, INSERT and so
on) in
the Java class or in a .sql script file.
Regards,
Thomas
Original comment by thomas.t...@gmail.com
on 2 Aug 2009 at 4:28
This happens if MVCC=1:
org.h2.jdbc.JdbcSQLException: Cannot change the setting MVCC when the database
is
already open; SQL statement: SET MVCC 1 [90133-114]
Error does not happen if MVCC=TRUE
Original comment by a.kosenkov
on 12 Aug 2009 at 1:32
OK, I will support MVCC=1 in the next release. However, this is not how it is
documented. I will close the bug now, if it is not solved please add a
reproducible
test case and then I will re-open the bug.
Original comment by thomas.t...@gmail.com
on 15 Aug 2009 at 7:19
Original issue reported on code.google.com by
mborcher...@gmail.com
on 30 Jul 2009 at 12:04