]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- connection pool tracks open cursors and raises an error if connection
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 20:18:41 +0000 (20:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 20:18:41 +0000 (20:18 +0000)
commit68e893d21af31edd2bbc6dec608c95457eaffde6
treec3e9e0cfecf478df582db46cf4f8bb21e293677a
parent372a8d76a61649e7952ec9a465c731aa00352363
- connection pool tracks open cursors and raises an error if connection
is returned to pool with cursors still opened.  fixes issues with MySQL,
others
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py