]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Correct #7664 to include DropSchema
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2023 14:37:50 +0000 (09:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2023 14:39:24 +0000 (09:39 -0500)
commit70d1de6cff816d4627dd6b72223d9796e28aca1e
treea08ab476f0a6208b4d1045f504d20d28b046a67d
parentecdaf44711f1feb002ad98b6e917cc575a1bd801
Correct #7664 to include DropSchema

Corrected the fix for :ticket:`7664`, released in version 2.0.0, to also
include :class:`.DropSchema` which was inadvertently missed in this fix,
allowing stringification without a dialect. The fixes for both constructs
is backported to the 1.4 series as of 1.4.47.

Fixes: #7664
Change-Id: I509b7500ee496ac1e444ea2096c2a02520167e6d
doc/build/changelog/changelog_20.rst
doc/build/changelog/unreleased_14/7664.rst
doc/build/changelog/unreleased_20/7664_update.rst [new file with mode: 0644]
lib/sqlalchemy/sql/ddl.py
test/sql/test_metadata.py