diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 14:25:00 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 14:25:00 -0500 |
commit | 632043bc8a72651f497396eb17e6f2b19bf98608 (patch) | |
tree | ac913a5fda14fa1cf08510f651e0ae8ced31ee98 /lib/sqlalchemy/ext/declarative.py | |
parent | 81945d7a0c60cc898541189d52564df2010871c1 (diff) | |
download | sqlalchemy-632043bc8a72651f497396eb17e6f2b19bf98608.tar.gz |
- [bug] Fixed bug whereby transaction.rollback()
would throw an error on an invalidated
connection if the transaction were a
two-phase or savepoint transaction.
For plain transactions, rollback() is a no-op
if the connection is invalidated, so while
it wasn't 100% clear if it should be a no-op,
at least now the interface is consistent.
[ticket:2317]
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
0 files changed, 0 insertions, 0 deletions