]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add autogen render for drop_constraint.if_exists
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 May 2025 16:24:44 +0000 (12:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 May 2025 16:28:26 +0000 (12:28 -0400)
commit92a4f5c602e6b94920da33afbbb4d163e1226eb1
tree2ce18d0309705aca98d8985a2fff8525c0d5b209
parentd14351b34df6f508c31af8f2f5e8e20852900dc5
add autogen render for drop_constraint.if_exists

I've maintained all along that #1650 and #1626 are the same thing
and should have been one big PR.   Here we complete the autogen
portion of the #1650 PR that was omitted.

Fixes: #1650
Change-Id: I0e98feca6ce9aa908f27c8bf7af036d116f93404
alembic/autogenerate/render.py
docs/build/unreleased/1626.rst
docs/build/unreleased/1650.rst
tests/test_autogen_render.py