-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Avoid anonymous type constants in expression tree #15712
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
Pulled in 3.0. Required for case1 of #17048 |
smitpatel
added a commit
that referenced
this issue
Aug 14, 2019
…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
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 14, 2019
smitpatel
added a commit
that referenced
this issue
Aug 14, 2019
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
No description provided.
The text was updated successfully, but these errors were encountered: