From: Mike Bayer Date: Fri, 31 Aug 2007 20:57:12 +0000 (+0000) Subject: update on pool status X-Git-Tag: rel_0_4beta6~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15ab87994ced6f27e0403ce16fd7ffada31e6858;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update on pool status --- diff --git a/CHANGES b/CHANGES index 81a00cd314..1642045225 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,10 @@ CHANGES 0.4.0beta5 ---------- +- connection pool fixes; the better performance of beta4 + remains but fixes "connection overflow" and other bugs + which were present (like [ticket:754]) + - fixed bugs in determining proper sync clauses from custom inherit conditions [ticket:769]