]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
the pool fix is more important
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 20:22:06 +0000 (20:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 20:22:06 +0000 (20:22 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 85d0ddc3151f42bf0598172523568a4bab11c93c..7f01b75467d3851b9cb8a8b414acdc92f6f0320d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 0.3.2
+- major connection pool bug fixed.  fixes MySQL out of sync
+errors, will also prevent transactions getting rolled back
+accidentally [ticket:387]
 - major speed enhancements vs. 0.3.1 
   - made conditional dozens of debug log calls that were 
   time-intensive to generate log messages
@@ -6,8 +9,6 @@
   could be unnecessarily cascaded on the save/update cascade
 - MySQL detects errors 2006 (server has gone away) and 2014
 (commands out of sync) and invalidates the connection on which it occured.
-- fix to connection pool _close() to properly clean up, fixes
-MySQL synchronization errors [ticket:387]
 - added keywords for EXCEPT, INTERSECT, EXCEPT ALL, INTERSECT ALL
 [ticket:247]
 - assign_mapper in assignmapper extension returns the created mapper