From 1ed9d0bc54c2847ed7a6ba38d1ff30e0b821ff0b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 8 Dec 2006 20:22:06 +0000 Subject: [PATCH] the pool fix is more important --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 85d0ddc315..7f01b75467 100644 --- 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 -- 2.47.2