From 7e2615c8c86ffc0247463ba6aeab86b9c4d4a281 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 5 Aug 2024 17:01:08 -0400 Subject: [PATCH] add changelog for #11557 also classify for oracle Change-Id: I725db9c6ae6a8fabe7faf8631113633b338afea4 --- doc/build/changelog/changelog_20.rst | 6 ++++++ doc/build/changelog/unreleased_20/11557.txt | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 doc/build/changelog/unreleased_20/11557.txt 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. -- 2.47.2