-
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.
Remove special handling for concat operator
A special string concat operator was added at some point to support PostgreSQL (which uses || to concat strings). This is an overridable property that is by default +. After the introduction of a more generic GenerateOperator(), this no longer makes - a provider that needs a special concat operator (or any other) can simply override GenerateOperator() and do that there without any special support from Relational. Removing to simplify/cleanup DefaultQuerySqlGenerator.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 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