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: Translation of LambdaExpression is null #16618

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Conversation

smitpatel
Copy link
Member

Resolves #16597

If we visit lambda then the parameter would be translated to server equivalent which cannot be used anymore to reconstruct the lambda expression so it threw weird exception.
LambdaExpression cannot be server represented hence return null

Resolves #16597

If we visit lambda then the parameter would be translated to server equivalent which cannot be used anymore to reconstruct the lambda expression so it threw weird exception.
LambdaExpression cannot be server represented hence return null
@smitpatel smitpatel merged commit 59107b4 into master Jul 16, 2019
@ghost ghost deleted the smit/issue16597 branch July 16, 2019 19:16
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.

Translation of Lambda in SqlTranslator throws exception
2 participants