]> 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:44:10 +0000 (15:44 -0400)
commit41e92f85581589fd011f93c86b81439f71237433
tree66872350b1d49601b4aca65a187ff9d472226473
parent40b74df1b0f3d1b0a830034a2313d9f81bac9c3c
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)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py