]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to connection pool _close() to properly clean up, fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 18:47:20 +0000 (18:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 18:47:20 +0000 (18:47 +0000)
commite249e56cb9430668dcbe6b30c62457b8086fbc66
tree3a763f6103d064e8e310e4e31db940aa7724074e
parentc6538b6b3400cbfa939d4e3e8d0f0530e0530e9d
- fix to connection pool _close() to properly clean up, fixes
MySQL synchronization errors [ticket:387]
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
test/engine/pool.py
test/perf/wsgi.py [new file with mode: 0644]