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

Apply entity equality to query filters #18426

Merged
merged 2 commits into from
Oct 18, 2019
Merged

Conversation

roji
Copy link
Member

@roji roji commented Oct 17, 2019

Fixes #18158

Added the entity equality scenario to an existing query filter in Northwind - not super pretty but works. I can do a QueryBugTest instead (extra db), let me know.

@roji roji requested review from smitpatel and maumar October 17, 2019 15:48
@roji roji force-pushed the EntityEqualityInQueryFilter branch from aadfe52 to 1b62405 Compare October 17, 2019 18:48
@roji roji force-pushed the EntityEqualityInQueryFilter branch 2 times, most recently from 3f4d48f to 61f1097 Compare October 17, 2019 19:09
@roji roji requested a review from smitpatel October 17, 2019 19:10
@roji roji force-pushed the EntityEqualityInQueryFilter branch from 61f1097 to 6a37d9d Compare October 17, 2019 19:24
@roji
Copy link
Member Author

roji commented Oct 18, 2019

@smitpatel note tiny change to support inheritance scenarios... Am merging as everything is green now.

@roji roji merged commit b563040 into release/3.1 Oct 18, 2019
@roji roji deleted the EntityEqualityInQueryFilter branch October 18, 2019 13:05
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.

Simple QueryFilter breaks Linq-to-sql queries in EntityFrameworkCore
2 participants