]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix stringify for CreateSchema
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2023 20:34:27 +0000 (15:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2023 20:34:27 +0000 (15:34 -0500)
commit90f4b5d84f248d95f3df38e74be92b23fd880e42
tree4f7a3d8aa3c354be36ed697c8de0d4646e8c985c
parent4d2f24e524c99d8255f451476679f5fa93647ad4
fix stringify for CreateSchema

Fixed stringify for a the :class:`.CreateSchema` DDL construct, which would
fail with an ``AttributeError`` when stringified without a dialect.

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