]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
cherry-pick changelog from 1.3.10
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Oct 2019 00:34:12 +0000 (20:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Oct 2019 00:34:12 +0000 (20:34 -0400)
doc/build/changelog/changelog_13.rst
doc/build/changelog/unreleased_13/4857.rst [deleted file]
doc/build/changelog/unreleased_13/4898.rst [deleted file]

index eae479f5a8190d681e3439b93dab74dcac939721..3e60b65e7c4662d179246d3a7b047d17f5bd6f1c 100644 (file)
 
 .. changelog::
     :version: 1.3.10
-    :include_notes_from: unreleased_13
+    :released: October 9, 2019
+
+    .. change::
+        :tags: bug, mssql
+        :tickets: 4857
+
+        Fixed bug in SQL Server dialect with new "max_identifier_length" feature
+        where the mssql dialect already featured this flag, and the implementation
+        did not accommodate for the new initialization hook correctly.
+
+
+    .. change::
+        :tags: bug, oracle
+        :tickets: 4898, 4857
+
+        Fixed regression in Oracle dialect that was inadvertently using max
+        identifier length of 128 characters on Oracle server 12.2 and greater even
+        though the stated contract for the remainder of the 1.3 series is  that
+        this value stays at 30 until version SQLAlchemy 1.4.  Also repaired issues
+        with the retrieval of the "compatibility" version, and removed the warning
+        emitted when the "v$parameter" view was not accessible as this was  causing
+        user confusion.
 
 .. changelog::
     :version: 1.3.9
diff --git a/doc/build/changelog/unreleased_13/4857.rst b/doc/build/changelog/unreleased_13/4857.rst
deleted file mode 100644 (file)
index 066e15a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, mssql
-    :tickets: 4857
-
-    Fixed bug in SQL Server dialect with new "max_identifier_length" feature
-    where the mssql dialect already featured this flag, and the implementation
-    did not accommodate for the new initialization hook correctly.
-
diff --git a/doc/build/changelog/unreleased_13/4898.rst b/doc/build/changelog/unreleased_13/4898.rst
deleted file mode 100644 (file)
index 5ff489e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-.. change::
-    :tags: bug, oracle
-    :tickets: 4898, 4857
-
-    Fixed regression in Oracle dialect that was inadvertently using max
-    identifier length of 128 characters on Oracle server 12.2 and greater even
-    though the stated contract for the remainder of the 1.3 series is  that
-    this value stays at 30 until version SQLAlchemy 1.4.  Also repaired issues
-    with the retrieval of the "compatibility" version, and removed the warning
-    emitted when the "v$parameter" view was not accessible as this was  causing
-    user confusion.
-
-