Re: [h2] Server Mode and Autocommit=OFF

2014-04-15 Thread Thomas Mueller
Hi, I found it a bit weird and investigated. In server mode, appending "; autocommit=false" to the database URL is actually working, but the return value of Connection.getAutoCommit() is wrong (until you execute the first statement I believe). So, is a bug, and it will be fixed in the next version

Re: [h2] Server Mode and Autocommit=OFF

2014-03-09 Thread Noel Grandin
It's not supported in server mode. On Thursday, 6 March 2014, Akshay Mehta wrote: > Hi, > > I have an application which starts a TCP Server using the Server class. > Once the server is started the application then tries to establish the > connection (the database might not exists) using > > Serv

[h2] Server Mode and Autocommit=OFF

2014-03-06 Thread Akshay Mehta
Hi, I have an application which starts a TCP Server using the Server class. Once the server is started the application then tries to establish the connection (the database might not exists) using Server h2server = Server.createTcpServer(new String[]{"-tcpAllowOthers", "-tcpPort", "9090", "-baseDi