]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
First level repair for cx_Oracle 6.0 test regressions
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Aug 2017 17:04:14 +0000 (13:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Aug 2017 17:04:14 +0000 (13:04 -0400)
commit03255a5a0fc6aa8acfff99ed9e62d58054b8b6af
tree4dc38fd71f7d370ca32d309d0ad8f91f690e9f11
parent04e4b63c20b941ca308ff1b4da9ad37db9175f22
First level repair for cx_Oracle 6.0 test regressions

Fixed more regressions caused by cx_Oracle 6.0; at the moment, the only
behavioral change for users is disconnect detection now detects for
cx_Oracle.DatabaseError in addition to cx_Oracle.InterfaceError, as
this behavior seems to have changed.   Other issues regarding numeric
precision and uncloseable connections are pending with the upstream
cx_Oracle issue tracker.

Change-Id: Id61f1e33b21c155a598396340dfdecd28ff4066b
Fixes: #4045
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/engine/test_reconnect.py
test/requirements.py