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

Handle row-version columns in owned types with conversions #29730

Merged
merged 2 commits into from
Dec 4, 2022

Conversation

ajcvickers
Copy link
Member

Fixes #29689

Also add more end-to-end tests for optimistic concurrency, converters, owned types, inheritance, and table sharing.

@ajcvickers ajcvickers requested a review from a team December 1, 2022 16:48
}
else
{
await context.SaveChangesAsync();
Copy link
Member Author

@ajcvickers ajcvickers Dec 1, 2022

Choose a reason for hiding this comment

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

@AndriySvyryd For TPT when the owned entity is updated, there is no DbUpdateConcurrencyException

@ajcvickers
Copy link
Member Author

ajcvickers commented Dec 1, 2022

@AndriySvyryd I have made three comments which might indicate additional bugs, either known or not.

Copy link
Member

@AndriySvyryd AndriySvyryd left a comment

Choose a reason for hiding this comment

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

Add another update to the tests and file the 2 new issues

Fixes #29689

Also add more end-to-end tests for optimistic concurrency, converters, owned types, inheritance, and table sharing.
@ajcvickers ajcvickers merged commit f7414ce into main Dec 4, 2022
@ajcvickers ajcvickers deleted the LongButNotTooLong1128 branch December 4, 2022 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants