]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where Connection wouldnt lose its Transaction
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Sep 2006 20:06:42 +0000 (20:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Sep 2006 20:06:42 +0000 (20:06 +0000)
commita88e4c9a2b6a268afbfb1c70ba5bcca58393409d
treea47431614dc14fa5099dbf0720c1143523c8299e
parent8a3cfd2dddec6e771efe8b3bbdcbcdf98a000c17
- fixed bug where Connection wouldnt lose its Transaction
after commit/rollback
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/transaction.py