From d4f8b12442cb2eaa2d411b8735e901cec6b0ad51 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 21 Aug 2017 22:14:19 -0400 Subject: [PATCH] - add missing changelog file for #4045 Change-Id: I649cef3f4d91dec79dbd425a7dc5aad35abe87e5 --- doc/build/changelog/unreleased_12/4045.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/build/changelog/unreleased_12/4045.rst diff --git a/doc/build/changelog/unreleased_12/4045.rst b/doc/build/changelog/unreleased_12/4045.rst new file mode 100644 index 0000000000..31527f0629 --- /dev/null +++ b/doc/build/changelog/unreleased_12/4045.rst @@ -0,0 +1,10 @@ +.. change:: + :tags: bug, oracle + :tickets: 4045 + + 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. -- 2.47.3