]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] If conn.begin() fails when calling
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Apr 2012 18:38:52 +0000 (14:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Apr 2012 18:38:52 +0000 (14:38 -0400)
commit9273cdd6387bdf2182e595bdd5144a1792e9e1a4
tree9913e1f2c844107064eb653787ba662d9b58a792
parent3d66f727f56426592d70d5cf54bbcb891172b6f0
- [bug] If conn.begin() fails when calling
"with engine.begin()", the newly acquired
Connection is closed explicitly before
propagating the exception onward normally.
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/test_execute.py