Files
sqlalchemy/test/sql
Mike Bayer d6f11d9030 allow control of constraint isolation w/ add/drop constraint
Added new parameters :paramref:`.AddConstraint.isolate_from_table` and
:paramref:`.DropConstraint.isolate_from_table`, defaulting to True, which
both document and allow to be controllable the long-standing behavior of
these two constructs blocking the given constraint from being included
inline within the "CREATE TABLE" sequence, under the assumption that
separate add/drop directives were to be used.

Fixes: #12382
Change-Id: I53c4170ccb5803f69945ba7aa3d3a143131508eb
2025-02-27 14:48:03 -05:00
..
2025-02-05 14:08:51 -05:00
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00
2024-12-09 14:29:26 -05:00
2025-02-05 14:08:51 -05:00
2024-01-31 21:54:59 +01:00
2024-01-31 21:54:59 +01:00