cx_oracle + two phase

Issue #2611 resolved
Mike Bayer repo owner created an issue

apparently two phase "works", but we aren't doing it right, as prepare() returns a boolean which we need to honor. the attached patch begins to address this, however we'd need to test fully to see what we do with subsequent transactions, rollbacks, etc.

Comments (4)

  1. Mike Bayer reporter

    we will put this patch in, but for now we may need special tests that are specific to test_oracle, as the generic "two phase tranasction" tests aren't working with cx_oracle. The attached test suite illustrates cx_oracle's failing to return the connection to a standard DBAPI usage pattern after a two phase.

  2. Log in to comment