From: Mike Bayer Date: Thu, 10 Oct 2019 00:34:12 +0000 (-0400) Subject: cherry-pick changelog from 1.3.10 X-Git-Tag: rel_1_4_0b1~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6697f72d8018e9797310c5514bfb3e9fa9009149;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git cherry-pick changelog from 1.3.10 --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index eae479f5a8..3e60b65e7c 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -12,7 +12,28 @@ .. 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 index 066e15a276..0000000000 --- a/doc/build/changelog/unreleased_13/4857.rst +++ /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 index 5ff489e89a..0000000000 --- a/doc/build/changelog/unreleased_13/4898.rst +++ /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. - -