]> 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 18:55:36 +0000 (14:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Sep 2014 18:55:36 +0000 (14:55 -0400)
commitfbddf193a684ffe660c94c28e4c26e187111b21c
tree77e44889c1d9344ac84952bff6a18cc8e5e8dc1a
parentb1a956d4210c2bb06051a4a8b0d2e75d7c471ecd
- Fixed bug where a "branched" connection, that is the kind you get
when you call :meth:`.Connection.connect`, would not share invalidation
status with the parent.  The architecture of branching has been tweaked
a bit so that the branched connection defers to the parent for
all invalidation status and operations.
fixes #3215
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/base.py
test/engine/test_reconnect.py