From 3fad29945bc8ff7d52ebc358e6c6b46db8b51ea1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 16 Jan 2018 12:47:02 -0500 Subject: [PATCH] - 0.9.7 --- docs/build/changelog.rst | 25 ++++++++++++++++++++++++- docs/build/unreleased/461.rst | 11 ----------- docs/build/unreleased/472.rst | 10 ---------- 3 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 docs/build/unreleased/461.rst delete mode 100644 docs/build/unreleased/472.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 1fcda2f7..e1434543 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,30 @@ Changelog .. changelog:: :version: 0.9.7 - :include_notes_from: unreleased + :released: January 16, 2018 + + .. change:: + :tags: bug, autogenerate + :tickets: 472 + + Fixed regression caused by :ticket:`421` which would + cause case-sensitive quoting rules to interfere with the + comparison logic for index names, thus causing indexes to show + as added for indexes that have case-sensitive names. Works with + SQLAlchemy 0.9 and later series. + + + .. change:: + :tags: bug, postgresql, autogenerate + :tickets: 461 + + Fixed bug where autogenerate would produce a DROP statement for the index + implicitly created by a Postgresql EXCLUDE constraint, rather than skipping + it as is the case for indexes implicitly generated by unique constraints. + Makes use of SQLAlchemy 1.0.x's improved "duplicates index" metadata and + requires at least SQLAlchemy version 1.0.x to function correctly. + + .. changelog:: :version: 0.9.6 diff --git a/docs/build/unreleased/461.rst b/docs/build/unreleased/461.rst deleted file mode 100644 index 0435b59c..00000000 --- a/docs/build/unreleased/461.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. change:: - :tags: bug, postgresql, autogenerate - :tickets: 461 - - Fixed bug where autogenerate would produce a DROP statement for the index - implicitly created by a Postgresql EXCLUDE constraint, rather than skipping - it as is the case for indexes implicitly generated by unique constraints. - Makes use of SQLAlchemy 1.0.x's improved "duplicates index" metadata and - requires at least SQLAlchemy version 1.0.x to function correctly. - - diff --git a/docs/build/unreleased/472.rst b/docs/build/unreleased/472.rst deleted file mode 100644 index 617b7b8e..00000000 --- a/docs/build/unreleased/472.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. change:: - :tags: bug, autogenerate - :tickets: 472 - - Fixed regression caused by :ticket:`421` which would - cause case-sensitive quoting rules to interfere with the - comparison logic for index names, thus causing indexes to show - as added for indexes that have case-sensitive names. Works with - SQLAlchemy 0.9 and later series. - -- 2.47.2