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

Query: DRY SelectExpression.AddJoin #21248

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Query: DRY SelectExpression.AddJoin #21248

merged 1 commit into from
Jun 15, 2020

Conversation

smitpatel
Copy link
Member

Resolves #21226

@smitpatel smitpatel requested a review from maumar June 13, 2020 05:34
@@ -1184,6 +1213,18 @@ static Expression RemoveConvert(Expression expression)
}
}

private sealed class EntityShaperNullableMarkingExpressionVisitor : ExpressionVisitor
Copy link
Contributor

Choose a reason for hiding this comment

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

worth moving from QueryableMethodTranslatingEV into some common place and use that one, rather can creating a new one here?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is going to be removed from Queryable one and let provider deal with it since provider specific query expression are supposed to use it if needed. We can move it to something shared when dealing with InMemory if worth. The method is also supposed to be obsoleted but not done yet for the same InMemory reason.

@smitpatel smitpatel merged commit d00da1c into master Jun 15, 2020
@smitpatel smitpatel deleted the smit/cleanupAddJoin branch June 15, 2020 22:39
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.

Query/Cleanup: DRY SelectExpression.AddJoin methods
2 participants