Hello.

In the close() method of the PooledJDBCConnection class within
JdbcXAConnection a call is always made to 'setAutoCommit(true)'.

Is this the desired behavior?  I assumed that since I told the pool I
wanted my connections to have 'AUTOCOMMIT=OFF' that whenever I pulled
my connections from the pool they'd be autocommit off.  As a result of
the code mentioned above my assumption was only true on the first
call.

Thanks
Joe

-- 
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