[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Remove twophase for cx_Oracle 6.x
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-23 19:44:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/41e92f855815/ Changeset: 41e92f855815 Branch: rel_1_1 User: zzzeek Date: 2017-05-23 19:44:10+00:00 Summary: Remove twophase for cx_Oracle 6.x Support for two-phase transactions has been removed entirely for cx_Oracle when version 6.0b1 or later of the DBAPI is in use. The two- phase feature historically has never been usable under cx_Oracle 5.x in any case, and cx_Oracle 6.x has removed the connection-level "twophase" flag upon which this feature relied. Change-Id: I2e8161cc2bc12f4845c9224cd483038112fe9734 Fixes: #3997 (cherry picked from commit 1b98ce355a60b7ad9898aeb412c21591bb438231) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |