-
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: Add ability for translation pipeline to translate property acc…
…ess over a subquery This removes need to run subquery member pushdown after entity equality Part of #20164 Part of #18923 Also improves Cosmos recursive binding over embedded navigations
- Loading branch information
Showing
8 changed files
with
1,010 additions
and
984 deletions.
There are no files selected for viewing
506 changes: 250 additions & 256 deletions
506
src/EFCore.Cosmos/Query/Internal/CosmosSqlTranslatingExpressionVisitor.cs
Large diffs are not rendered by default.
Oops, something went wrong.
750 changes: 388 additions & 362 deletions
750
src/EFCore.InMemory/Query/Internal/InMemoryExpressionTranslatingExpressionVisitor.cs
Large diffs are not rendered by default.
Oops, something went wrong.
663 changes: 340 additions & 323 deletions
663
src/EFCore.Relational/Query/RelationalSqlTranslatingExpressionVisitor.cs
Large diffs are not rendered by default.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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