-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query: Remove TpcTablesExpression once pruning is done (#28142)
- 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
- Loading branch information
Showing
22 changed files
with
1,917 additions
and
1,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
150 changes: 0 additions & 150 deletions
150
src/EFCore.Relational/Query/Internal/TpcTablesExpression.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.