]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update for r4643
authorJason Kirtland <jek@discorporate.us>
Mon, 5 May 2008 16:53:39 +0000 (16:53 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 5 May 2008 16:53:39 +0000 (16:53 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f23004f71bd00af5d5e4175c2d90c58fd68fed36..dc7ff6a8ca108e0df3170560faddf863b1c08fde 100644 (file)
--- 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