Self-referencing many-to-many between TPH subtypes creates cascade cycles #28633
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
These types create a valid model for SQL Server:
Notice that only one direction is configured as
Cascade
.But moving the relationships to subtypes:
Results in both types being
Cascade
.Which throws on SQL Server:
Full code:
The text was updated successfully, but these errors were encountered: