-
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: Convert Apply to Join for collection projection (#21295)
This change makes Collection projection path for single query to use AddJoin method which does conversion. Now filtered include with Skip/Take works on Sqlite for single query scenario also. Resolves #20608
- Loading branch information
Showing
11 changed files
with
372 additions
and
401 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
Oops, something went wrong.