]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in two-phase transaction whereby commit() method
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 17:15:36 +0000 (17:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 17:15:36 +0000 (17:15 +0000)
commita69a094db57ab1c6220930274a96457b0c353221
tree72ff0f5c788ddd15d38df5f60db25b9baf538302
parent43348d6163959217c6b6d4d0818e3a261a359285
- Fixed bug in two-phase transaction whereby commit() method
didn't set the full state which allows subsequent close()
call to succeed. [ticket:1603]
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/test_transaction.py