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: Enable materialzing collections of arbirtary shape in projection #16312

Merged
merged 1 commit into from
Jun 28, 2019

Commits on Jun 28, 2019

  1. Query: Enable materialzing collections of arbirtary shape in projection

    Part of #15611
    Will send out separate PR to enable tests and fix edge case bugs
    
    This PR
    - Split out collection initialization/population for include to separate method due to type constraints
    - Swallow materialize collection navigation/ToList in projection. Rest of unknown methods, we will fall into client eval
    - Changes SqlTranslator to try translate & lift subquery always, allowing it to translate non Queryable defined but translatable methods
    - Make identifiers nullable always to identify null keys & no correlation
    smitpatel committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    a8398c3 View commit details
    Browse the repository at this point in the history