1
0
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:
Ashus
2019-11-25 13:53:33 +01:00
committed by David Grudl
parent 9d4bef53d3
commit 294787a26e
11 changed files with 24 additions and 14 deletions

View File

@@ -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: