From: Jason Kirtland Date: Mon, 5 May 2008 16:53:39 +0000 (+0000) Subject: Update for r4643 X-Git-Tag: rel_0_5beta1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d0066f8fdb5cfa06586cb93205c9c1ec5c7c0a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update for r4643 --- diff --git a/CHANGES b/CHANGES index f23004f71b..dc7ff6a8ca 100644 --- a/CHANGES +++ b/CHANGES @@ -86,11 +86,10 @@ CHANGES - Pool listeners can now be provided as a dictionary of callables or a (possibly partial) duck-type of PoolListener, your choice. - - - added "rollback_returned" option to Pool which will - disable the rollback() issued when connections are - returned. This flag is only safe to use with a database - which does not support transactions (i.e. MySQL/MyISAM). + + - added "reset_on_return" option to Pool which will disable + the databsae state cleanup (eg. issuing a rollback()) when + connections are returned to the pool. - mssql - Added "odbc_autotranslate" parameter to engine / dburi