mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 16:44:30 +02:00
Add support for escapeLike without % on any side (#346) (BC break)
This commit is contained in:
@@ -199,6 +199,7 @@ Three special modifiers are available for LIKE:
|
||||
| `%like~` | the expression starts with a string
|
||||
| `%~like` | the expression ends with a string
|
||||
| `%~like~` | the expression contains a string
|
||||
| `%like` | the expression matches a string
|
||||
|
||||
Search for names beginning with a string:
|
||||
|
||||
|
Reference in New Issue
Block a user