]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Backported the fix for [ticket:2317] introduced
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 14:55:47 +0000 (10:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 14:55:47 +0000 (10:55 -0400)
commita6535d17fb41ec5c6bfed07687d9c1e05ff5e91e
tree316aec20b38d2e7097ddce0f04eceada599faece
parent7a8262e56b63e7a5119bbc83d5ccb59958e6b5c5
- Backported the fix for [ticket:2317] introduced
in 0.7.4, which ensures that the connection
is in a valid state before attempting to call
rollback()/prepare()/release() on savepoint
and two-phase transactions.
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/test_reconnect.py