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

Conversation

AndriySvyryd
Copy link
Member

  • 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 AndriySvyryd requested a review from a team June 4, 2022 07:37
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 AndriySvyryd merged commit dffc214 into main Jun 14, 2022
@AndriySvyryd AndriySvyryd deleted the Issue620 branch June 14, 2022 19:11
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.

Allow specifying different column names per table in TPT, TPC or entity splitting
2 participants