]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Exclude "type_" parameter from drop_constraint when None
authord3 <david.hills@florincourt.com>
Thu, 24 Aug 2023 15:07:46 +0000 (16:07 +0100)
committerd3 <david.hills@florincourt.com>
Thu, 24 Aug 2023 15:07:46 +0000 (16:07 +0100)
commitfbed67bd12a27324b636fa8e71e46d074358cbe9
tree292c4ee1dd9c2107aa07461d60d999ee075591d9
parent4dc0b223c01966b5810c05061aeea94157da9f86
Exclude "type_" parameter from drop_constraint when None

No need to explicitly render this parameter when it's None.
alembic/autogenerate/render.py