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

The magical query pipeline #17142

Merged
merged 1 commit into from
Aug 14, 2019
Merged

The magical query pipeline #17142

merged 1 commit into from
Aug 14, 2019

Conversation

smitpatel
Copy link
Member

This puts some of the processing (evaluating the expression to the corresponding constant) inside translation pipeline.

  • When applying EntityEquality, assumption here is that property is always going to be mapped on server side so we can generate constant.
  • When translating newExpression. If the generated constant can be mapped, it would work. (like new Datetime()) else translation would null out.

Resolves #15712
Resolves #17048
Resolves #7983

…ression tree

This puts some of the processing (evaluating the expression to the corresponding constant) inside translation pipeline.
- When applying EntityEquality, assumption here is that property is always going to be mapped on server side so we can generate constant.
- When translating newExpression. If the generated constant can be mapped, it would work. (like new Datetime()) else translation would null out.

Resolves #15712
Resolves #17048
Resolves #7983
@smitpatel smitpatel merged commit 2271170 into release/3.0 Aug 14, 2019
@ghost ghost deleted the smit/anonymousconstants branch August 14, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants