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: Allow client projection to cause materialization #15927

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

smitpatel
Copy link
Contributor

This changes SqlTranslatingExpressionVisitor to return null rather than throwing InvalidCastExpression when something failed to translate to Sql

Part of #15866

This changes SqlTranslatingExpressionVisitor to return null rather than throwing InvalidCastExpression when something failed to translate to Sql

Part of #15866
@Pentadome
Copy link

If you get this error does it mean that the linq expression is wrong?

@ajcvickers
Copy link
Contributor

@wrkettlitz It's not clear to me exactly what you are referring to, but given the issue you are commenting on it likely means that it can't be translated. Whether or not that means it's wrong depends on whether or not it should/can be translated.

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.

4 participants