From c9e7dba13218fb61852a53284f5cd70057a1d111 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 19 Mar 2020 17:48:15 -0400 Subject: [PATCH] - 1.4.2 --- docs/build/changelog.rst | 39 ++++++++++++++++++++++++++++++++++- docs/build/conf.py | 4 ++-- docs/build/unreleased/668.rst | 7 ------- docs/build/unreleased/669.rst | 11 ---------- docs/build/unreleased/670.rst | 8 ------- docs/build/unreleased/671.rst | 7 ------- 6 files changed, 40 insertions(+), 36 deletions(-) delete mode 100644 docs/build/unreleased/668.rst delete mode 100644 docs/build/unreleased/669.rst delete mode 100644 docs/build/unreleased/670.rst delete mode 100644 docs/build/unreleased/671.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 433788f7..c48ba451 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,44 @@ Changelog .. changelog:: :version: 1.4.2 - :include_notes_from: unreleased + :released: March 19, 2020 + + .. change:: + :tags: usecase, autogenerate + :tickets: 669 + + Adjusted autogen comparison to accommodate for backends that support + computed column reflection, dependent on SQLAlchemy version 1.3.16 or + higher. This emits a warning if the SQL expression inside of a + :class:`.Computed` value changes between the metadata and the database, as + these expressions can't be changed without dropping and recreating the + column. + + + .. change:: + :tags: bug, tests + :tickets: 668 + + Fixed an issue that prevented the test suite from running with the + recently released py.test 5.4.0. + + + .. change:: + :tags: bug, autogenerate, mysql + :tickets: 617 + + Fixed more false-positive failures produced by the new "compare type" logic + first added in :ticket:`605`, particularly impacting MySQL string types + regarding flags such as "charset" and "collation". + + .. change:: + :tags: bug, op directives, oracle + :tickets: 670 + + Fixed issue in Oracle backend where a table RENAME with a schema-qualified + name would include the schema in the "to" portion, which is rejected by + Oracle. + .. changelog:: :version: 1.4.1 diff --git a/docs/build/conf.py b/docs/build/conf.py index 941e91c9..f633f613 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -85,8 +85,8 @@ copyright = u"2010-2020, Mike Bayer" # noqa # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.4.1" -release_date = "March 1, 2020" +release = "1.4.2" +release_date = "March 19, 2020" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/668.rst b/docs/build/unreleased/668.rst deleted file mode 100644 index d44ab42f..00000000 --- a/docs/build/unreleased/668.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, tests - :tickets: 668 - - Fixed an issue that prevented the test suite from running with the - recently released py.test 5.4.0. - diff --git a/docs/build/unreleased/669.rst b/docs/build/unreleased/669.rst deleted file mode 100644 index 5410b54d..00000000 --- a/docs/build/unreleased/669.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. change:: - :tags: usecase, autogenerate - :tickets: 669 - - Adjusted autogen comparison to accommodate for backends that support - computed column reflection, dependent on SQLAlchemy version 1.3.16 or - higher. This emits a warning if the SQL expression inside of a - :class:`.Computed` value changes between the metadata and the database, as - these expressions can't be changed without dropping and recreating the - column. - diff --git a/docs/build/unreleased/670.rst b/docs/build/unreleased/670.rst deleted file mode 100644 index 2eb6e249..00000000 --- a/docs/build/unreleased/670.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, op directives, oracle - :tickets: 670 - - Fixed issue in Oracle backend where a table RENAME with a schema-qualified - name would include the schema in the "to" portion, which is rejected by - Oracle. - diff --git a/docs/build/unreleased/671.rst b/docs/build/unreleased/671.rst deleted file mode 100644 index 635faaee..00000000 --- a/docs/build/unreleased/671.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, autogenerate, mysql - :tickets: 617 - - Fixed more false-positive failures produced by the new "compare type" logic - first added in :ticket:`605`, particularly impacting MySQL string types - regarding flags such as "charset" and "collation". -- 2.47.2