Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entity splitting support to relational model #28271

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Conversation

AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Jun 20, 2022

Add a linking FK for mapping fragments
Make ITableMappingBase.IsSharedTablePrincipal and ITableMappingBase.IsSplitEntityTypePrincipal nullable
Warn for FK s, indexes and keys split over several tables
Move more logic from RelationalModel and RelationalModelValidator to extensions to avoid duplication

Part of #620

@AndriySvyryd AndriySvyryd requested a review from a team June 20, 2022 03:24
Add a linking FK for mapping fragments
Make ITableMappingBase.IsSharedTablePrincipal and ITableMappingBase.IsSplitEntityTypePrincipal nullable
Warn for fks, indexes and keys split over several tables
Moved more logic from RelationalModel and RelationalModelValidator to extensions to avoid duplication

Part of #620
@AndriySvyryd AndriySvyryd merged commit 5618bc6 into main Jun 22, 2022
@AndriySvyryd AndriySvyryd deleted the Issue620_part2 branch June 22, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants