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: Remove TpcTablesExpression once pruning is done #28142

Merged
1 commit merged into from
Jun 2, 2022
Merged

Commits on Jun 1, 2022

  1. Query: Remove TpcTablesExpression once pruning is done

    - Apply pruning on subqueries in set operation when not distinct
    - Avoid table aliases which would be pruned in TPC later
    - Avoid push down when left-joining with TPC select expression
    
    Resolves npgsql/efcore.pg#2387
    Resolves #28009
    smitpatel committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ee30e79 View commit details
    Browse the repository at this point in the history