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

Change IStateManager.StartTrackingFromQuery to use ISnapshot instead of ValueBuffer #32099

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

AndriySvyryd
Copy link
Member

Fixes #31117

@AndriySvyryd AndriySvyryd requested a review from a team October 19, 2023 16:51
@AndriySvyryd AndriySvyryd force-pushed the Issue31117 branch 3 times, most recently from 05ee52e to 56df35f Compare October 19, 2023 19:44
@@ -19,73 +19,70 @@ public class CurrentValueComparerFactory
/// any release. You should only use it directly in your code with extreme caution and knowing that
/// doing so can result in application failures when updating to a new Entity Framework Core release.
/// </summary>
public virtual IComparer<IUpdateEntry> Create(IPropertyBase propertyBase)
Copy link
Member

Choose a reason for hiding this comment

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

Here and other places, why was this previously IPropertyBase?

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably a leftover of a design where I was comparing complex properties recursively instead of flattening them.

@AndriySvyryd AndriySvyryd merged commit 00d51eb into main Oct 24, 2023
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue31117 branch October 24, 2023 23:28
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.

Change IStateManager.StartTrackingFromQuery to use ISnapshot instead of ValueBuffer
2 participants