From: Mike Bayer Date: Mon, 5 Aug 2024 21:01:08 +0000 (-0400) Subject: add changelog for #11557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2615c8c86ffc0247463ba6aeab86b9c4d4a281;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add changelog for #11557 also classify for oracle Change-Id: I725db9c6ae6a8fabe7faf8631113633b338afea4 --- diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index e4448ec3df..0fa618f4a2 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -29,6 +29,12 @@ re-used, the default function may be omitted. Patch courtesy Philipp H. v. Loewenfeld. + .. change:: + :tags: bug, oracle + :tickets: 11557 + + Fixed table reflection on Oracle 10.2 and older where compression options + are not supported. .. change:: :tags: oracle, usecase diff --git a/doc/build/changelog/unreleased_20/11557.txt b/doc/build/changelog/unreleased_20/11557.txt deleted file mode 100644 index be270a6f25..0000000000 --- a/doc/build/changelog/unreleased_20/11557.txt +++ /dev/null @@ -1,6 +0,0 @@ -.. change:: - :tags: bug, reflection, oracle - :tickets: 11557 - - Fixed table reflection on Oracle 10.2 and older where compression options - are not supported.