]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed the close() method on Transaction when using strategy='threadlocal'
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Nov 2007 18:31:35 +0000 (18:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Nov 2007 18:31:35 +0000 (18:31 +0000)
commitaf070d037ba4b0787e7bd74add6e5aba04f144d3
tree7a2e8ab3bb9736680066fa17cba8b35638f55415
parentc1a9a96ba541c8ec12864259dd2f076ef6e056c8
- fixed the close() method on Transaction when using strategy='threadlocal'
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
test/engine/transaction.py