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

Fix sproc TPH mapping #28875

Merged
merged 2 commits into from
Aug 25, 2022
Merged

Fix sproc TPH mapping #28875

merged 2 commits into from
Aug 25, 2022

Conversation

roji
Copy link
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