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

[6.0.1] Query: Copy client projections when updating SelectExpression #26431

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Oct 21, 2021

Resolves #26428

Description

An exception is thrown when running query which has value converters used for predicate.

Customer impact

Query which could work will not work and throw exception.

How found

Customer report on RC2.

Regression

Yes, from EF Core 5.0

Testing

Test for this scenario added in the PR. Other tests verifies that change is not generating something incorrect.

Risk

Low; the fix is to update SelectExpression through Update method correctly.

@smitpatel smitpatel changed the title Query: Copy client projections when updating SelectExpression [6.0.1] Query: Copy client projections when updating SelectExpression Oct 22, 2021
@ajcvickers ajcvickers added this to the 6.0.x milestone Oct 23, 2021
@ajcvickers
Copy link
Member

@smitpatel Quirk?

@smitpatel
Copy link
Member Author

@ajcvickers - On my radar, will add soon.

@smitpatel
Copy link
Member Author

Updated with quirk

@leecow leecow modified the milestones: 6.0.x, 6.0.1 Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants