Merge 4d25a41b89 into 36739aed39
This commit is contained in:
commit
328db3b673
@ -167,7 +167,10 @@ final class Search
|
||||
// strings to numbers and numbers to strings as necessary
|
||||
// during the comparison
|
||||
if (
|
||||
preg_match('@char|binary|blob|text|set|date|time|year|uuid@i', $types)
|
||||
(
|
||||
preg_match('@char|binary|blob|text|set|date|time|year|uuid@i', $types)
|
||||
&& !str_starts_with($criteriaValues, '0x')
|
||||
)
|
||||
|| mb_strpos(' ' . $func_type, 'LIKE')
|
||||
) {
|
||||
$quot = '\'';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user