transactional state isn't carried over with connection._branch()

Issue #3190 resolved
Mike Bayer repo owner created an issue

eg. the branched connection doesn't take on __transaction. we should probably fix this.

Comments (1)

  1. Mike Bayer reporter
    • 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

    → <<cset b89523f0b75e>>

  2. Log in to comment