Hi,
I'm tring out the 1.4 beta which declared having better supporting to
MULTI_THREADED & MVCC mode.
In 1.3.x, I was using this connection string in my application:
jdbc:h2:mem:test;MULTI_THREADED=1
But in 1.4 beta, it turns out an error when I tried to create a connection
with the same string:
*Cannot change the setting "MVCC & MULTI_THREADED" when the database is
already open;*
However, if I try the TCP mode, it can get connected:
jdbc:h2:tcp://{$machine}:{$port}/test;MULTI_THREADED=1
And I checked the INFORMATION_SCHEMA.SETTINGS table, the MVCC and
MULTI_THREADED are both true in the TCP instance.
Regards,
Isaac
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.