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

Commits on Jun 20, 2022

  1. Add entity splitting support to relational model

    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 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9484124 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. PR feedback

    AndriySvyryd committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    63ab6df View commit details
    Browse the repository at this point in the history