]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where a "branched" connection, that is the kind you get
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Sep 2014 20:25:26 +0000 (16:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Sep 2014 20:25:26 +0000 (16:25 -0400)
commitb89523f0b75e8d39bcbd8a5c07015e9df4ef5e2f
tree4c76deae14319f0df3ff69624155ff99ca36d942
parentfbddf193a684ffe660c94c28e4c26e187111b21c
- Fixed bug where a "branched" connection, that is the kind you get
when you call :meth:`.Connection.connect`, would not share transaction
status with the parent.  The architecture of branching has been tweaked
a bit so that the branched connection defers to the parent for
all transactional status and operations.
fixes #3190
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/base.py
test/engine/test_execute.py
test/engine/test_reconnect.py
test/engine/test_transaction.py