Skip to content

Commit 9f96e0b

Browse files
Add files via upload
1 parent 919cd44 commit 9f96e0b

File tree

5 files changed

+544
-531
lines changed

5 files changed

+544
-531
lines changed

src/Database.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ protected function wherePending()
520520
}
521521
elseif (!is_array($value) && in_array($op, array('LIKE', 'like')))
522522
{
523+
524+
//$specials = '.\+*?[^]$(){}=!<>|:-';
523525
$regex = "/^" . str_replace('%', '(.*?)', preg_quote($value)) . "$/si";
524526
$value = preg_match($regex, $row->{$field});
525527
$op = '==';

0 commit comments

Comments
 (0)