]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Deprecate DropConstraint.isolate_from_table
authorFederico Caselli <cfederico87@gmail.com>
Wed, 26 Nov 2025 21:13:50 +0000 (22:13 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 12 Jan 2026 21:12:17 +0000 (22:12 +0100)
commit8e90bfd9b4a1ca8bd62bae3aa373e70fd781cc49
tree29112fdef4f9ec675cf1ccf9018720a1c027b872
parent81e72ca9cd4230bd29cebc3965cc6fa0913e26e3
Deprecate DropConstraint.isolate_from_table

The the parameter :paramref:`_schema.DropConstraint.isolate_from_table`
was deprecated since it has no effect on the drop table behavior.
Its default values was also changed to ``False``.

Fixes: #13006
Change-Id: Ibaa68e78da301a4f2a200f8c7abb2dc099fef37a
doc/build/changelog/unreleased_21/13006.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/provision.py
lib/sqlalchemy/sql/ddl.py
lib/sqlalchemy/testing/util.py
test/dialect/postgresql/test_compiler.py
test/engine/test_ddlevents.py
test/sql/test_constraints.py
test/sql/test_metadata.py