Menu

#39 ProxyConnection.reallyClose should rollback before close

open
nobody
None
5
2008-04-16
2008-04-16
Anonymous
No

Some JDBC implementations - like Oracle - perform an implicit commit before closing a connection, therefore Proxool should always - or at least configurable -rollback the connection before closing it. Otherwise an inconsistent state might be written to the database if the Pool is shutdown via ShutdownHook.

Discussion


Log in to post a comment.