From: <bil...@us...> - 2003-01-15 00:15:56
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv4345 Modified Files: CHANGES.txt Log Message: Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CHANGES.txt 19 Dec 2002 00:27:00 -0000 1.11 --- CHANGES.txt 15 Jan 2003 00:15:53 -0000 1.12 *************** *** 21,24 **** --- 21,30 ---- Connection is closed, in accordance with the JDBC spec. + - Rollback is called on all connections when they are closed (that is, + returned to the pool). This has no effect if autoCommit it true (default) + or any pending transactions have been committed or already rolled back. + This will only have an effect if you currently close connections with + pending transactions. + - New ProxoolFacade#getDelegateStatement allows you to get to the underlying JDBC Driver's original Statement if you really need |