]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove twophase for cx_Oracle 6.x
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2017 14:17:51 +0000 (10:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2017 19:42:06 +0000 (15:42 -0400)
commit1b98ce355a60b7ad9898aeb412c21591bb438231
treeaf6a4b5a213547dd534cb4e651726db4132c20ba
parenta987942761542666be89f40a9ac4a35e001b8265
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
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py