]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Connections can be detached from their pool, closing on dereference instead of...
authorJason Kirtland <jek@discorporate.us>
Wed, 9 May 2007 22:39:50 +0000 (22:39 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 9 May 2007 22:39:50 +0000 (22:39 +0000)
commit98207edf309c58198b6b1700776fc415a6bcac19
treec7c274e359683c11b6e79032f5a0380f55d89589
parent34a35b10525e5124756d06552a14a5f61807b5cb
- Connections can be detached from their pool, closing on dereference instead of returning to the pool for reuse
CHANGES
lib/sqlalchemy/pool.py
test/engine/pool.py