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: Throw for unknown method encountered in QueryableMethodTranslator #16302

Merged
merged 1 commit into from
Jun 27, 2019

Commits on Jun 27, 2019

  1. Query: Throw for unknown method encountered in QueryableMethodTranslator

    Except for the subquery case
    This visitor should only translate methods on Queryable so it should not do base eval for others.
    All other methods should be passed through SqlTranslator (as they appear inside a lambda)
    For subquery, we don't want to throw since we don't know if the subquery has client methods or not (projection case)
    This is required for supporting collections/single non-scalar in projection.
    smitpatel committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    592aeb4 View commit details
    Browse the repository at this point in the history