]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Support schemas for MSSQL drop server default + FK constraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Nov 2019 15:01:42 +0000 (10:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Nov 2019 15:16:29 +0000 (10:16 -0500)
commit6e3079526635092c748d33e897bfcdf5482eecc8
tree27880e849d78514bbe5eca3b4aa69062c9553c23
parentca7710288bef068bf5c3a01cc8b0c9c83efcc4d7
Support schemas for MSSQL drop server default + FK constraint

Fixed bug in MSSQL dialect where the drop constraint execution steps used
to remove server default or implicit foreign key constraint failed to take
into account the schema name of the target table.

Change-Id: Ia95b043ee6289efbb90d6f21392f4ce622748611
Fixes: #621
alembic/ddl/mssql.py
alembic/testing/fixtures.py
docs/build/unreleased/621.rst [new file with mode: 0644]
tests/test_mssql.py