]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add missing changelog file for #4045
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2017 02:14:19 +0000 (22:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2017 02:14:19 +0000 (22:14 -0400)
Change-Id: I649cef3f4d91dec79dbd425a7dc5aad35abe87e5

doc/build/changelog/unreleased_12/4045.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_12/4045.rst b/doc/build/changelog/unreleased_12/4045.rst
new file mode 100644 (file)
index 0000000..31527f0
--- /dev/null
@@ -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.