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 model building support #28156

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Add entity-splitting model building support #28156

merged 2 commits into from
Jun 14, 2022

Commits on Jun 7, 2022

  1. Add entity-splitting model building support

    Allow specifying different column names per table in TPT, TPC or entity splitting
    Move EntityTypeBuilder properties on store object builders to explicit implementation
    Change TableValuedFunctionBuilder to follow the pattern
    Introduce IReadOnlyStoreObjectDictionary to abstract table-specific configuration storage
    Rename GetColumnBaseName to GetColumnName
    
    Part of #620
    Fixes #19811
    AndriySvyryd committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a95d1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Address PR comments

    AndriySvyryd committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    52b7d62 View commit details
    Browse the repository at this point in the history