]> 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:41:47 +0000 (09:41 -0500)
commitf39663404b3b4a5e3cfa6591b418435e3e54738f
tree5f1cd4b689906cef85b3f383aef758eda70e8d38
parent3fe348e3ca33fcb38f2942e6acdaa2222fdcdb83
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
(cherry picked from commit 70d1de6cff816d4627dd6b72223d9796e28aca1e)
doc/build/changelog/unreleased_14/7664.rst
lib/sqlalchemy/sql/ddl.py
test/sql/test_metadata.py