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 sproc support to relational model #28502

Merged
merged 3 commits into from
Jul 25, 2022
Merged

Add sproc support to relational model #28502

merged 3 commits into from
Jul 25, 2022

Conversation

AndriySvyryd
Copy link
Member

Add sproc support for Output and InputOutput parameters
Add sproc support to runtime and compiled models
Fixed property overrides not taking the default schema into account
Changed EntityType.ShortName() to not include the generic argument

Part of #245

Add sproc support for Output and InputOutput parameters
Add sproc support to runtime and compiled models
Fixed property overrides not taking the default schema into account
Changed EntityType.ShortName() to not include the generic argument

Part of #245
@AndriySvyryd
Copy link
Member Author

@roji With this you can start working on the update pipeline part

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, here are some nits:

var shippingAddressOwnership = orderDetailsType.FindNavigation(nameof(OrderDetails.ShippingAddress)).ForeignKey;
Assert.True(shippingAddressOwnership.IsRequiredDependent);

var shippingAddressType = shippingAddressOwnership.DeclaringEntityType;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used - did something get mangled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was planning to use for asserts, but 820 lines of asserts seemed enough

@AndriySvyryd AndriySvyryd merged commit 41bd788 into main Jul 25, 2022
@AndriySvyryd AndriySvyryd deleted the Issue245_part2 branch July 25, 2022 20:37
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.

2 participants