]> 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:52 +0000 (17:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 17:15:52 +0000 (17:15 +0000)
commit9a746845d0ce5bfd3216f0ae05627687b5116968
tree6ee8f14d84035ba27cd5dc5505f6a2a8154fd97d
parentd4c7068440d6840393cd0369f9d3ff880a0c1b8a
- 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