Skip to content

Add entity-splitting model building support#28156

Merged
AndriySvyryd merged 2 commits intomainfrom
Issue620
Jun 14, 2022
Merged

Add entity-splitting model building support#28156
AndriySvyryd merged 2 commits intomainfrom
Issue620

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