-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored Coalesce to use appropriate SqlCoalesceExpression (#4548)
* add issue test * Improved condition handling. * Added translation of DefaultValueExpression. * Another case for subquery optimization. * Fixed boolean columns usage. * Added better compatibility handler at the end of the query. Added two parsing steps to improve simple queries parsing speed. * Fixed found regressions. * Additional SqlCondtition Optimization/ * Removed PseudoFunctions.COALSESCE. For now SqlCoalesceExpression is used. Coalesce optimizations. * Fix query validation logic. * Cleanup. * Refactored NullabilityContext replacements handling. * More fixes. * SqlCe specific parameters case. * OrderByBuilder improvements. * Optimization fixes. * Fixed SqlRow nullability. --------- Co-authored-by: MaceWindu <[email protected]>
- Loading branch information
Showing
21 changed files
with
355 additions
and
279 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
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
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
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
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.