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: Translate correlation predicate on Owned collection during sub… #18548

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

smitpatel
Copy link
Member

…query translation

Resolves #18519

@@ -22,7 +22,7 @@ public EntityShaperExpression(IEntityType entityType, Expression valueBufferExpr

protected override Expression VisitChildren(ExpressionVisitor visitor)
{
var valueBufferExpression = (ProjectionBindingExpression)visitor.Visit(ValueBufferExpression);
var valueBufferExpression = visitor.Visit(ValueBufferExpression);
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 was wrong assumption.

@smitpatel smitpatel merged commit 90f3e5f into release/3.1 Oct 24, 2019
@smitpatel smitpatel deleted the smit/issue18519 branch October 24, 2019 03:26
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: Owned collection should defer translating correlation predicate
2 participants