forked from dotnet/ef6
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodePlex dotnet#2252: Regression from 6.0.2 - generated SQL uses CROS…
…S APPLY instead of INNER JOIN. We defer FilterOpRules.Rule_FilterOverOuterApply to allow the NullSemantics phase to expand EQ operations. However we do not re-run ApplyOpRules.Rule_CrossApplyOverFilter which converts the CROSS APPLY to INNER JOIN when conditions are met. The fix adds ApplyOpRules and JoinOpRules to the deferred transformation rules.
- Loading branch information
Emil Cicos
committed
May 14, 2014
1 parent
b40bb16
commit 1508ef4
Showing
2 changed files
with
5 additions
and
4 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
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