sqlalchemy-stubs icon indicating copy to clipboard operation
sqlalchemy-stubs copied to clipboard

Fix sqlalchemy.ddl.DDL.execute_if dialect type (#181)

Open philpep opened this issue 4 years ago • 2 comments

dialect should be a string a list/tuple/set of strings. Not a Dialect object.

https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_18/lib/sqlalchemy/sql/ddl.py#L158

Closes #181

philpep avatar Jun 11 '21 10:06 philpep

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 16 '22 21:04 CLAassistant

Wow, this has been stuck a while.

jace avatar May 16 '22 13:05 jace