Hi,

> I think if anything simply documenting this behavior

Of course you are right. I will change the SET AUTOCOMMIT documentation:

SET AUTOCOMMIT { TRUE | ON | FALSE | OFF }

Switches auto commit on or off. This setting can be appended to the
database URL: jdbc:h2:test;AUTOCOMMIT=OFF - however this will not work
as expected when using a connection pool (the connection pool manager
will re-enable autocommit when returning  the connection to the pool,
so autocommit will only be disabled the first time the connection is
used).

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to