Skip to content

Fix sproc TPH mapping#28875

Merged
roji merged 2 commits intodotnet:release/7.0from
roji:SprocTph
Aug 25, 2022
Merged

Fix sproc TPH mapping#28875
roji merged 2 commits intodotnet:release/7.0from
roji:SprocTph

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Aug 24, 2022

This creates column modifications for all parameters of a sproc, regardless if they're mapped to the entity or not. It also changes the design to lay out column modifications for sproc parameters according to their sproc param order; we can then rely on that in SQL generation, parameter generation, etc.

Fixes #28805

@roji roji requested a review from AndriySvyryd August 24, 2022 22:42
@roji roji requested a review from AndriySvyryd August 25, 2022 11:19
@roji roji merged commit daac3bf into dotnet:release/7.0 Aug 25, 2022
@roji roji deleted the SprocTph branch August 25, 2022 16:43
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.

Stored procs with TPH doesn't work with multiple subtypes

2 participants