Skip to content

Commit 335eb95

Browse files
committed
Query escape rebuild to support non Latin character sets
1 parent 7be02dc commit 335eb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DSL/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private static function _parseParams($key, $value): string
248248
}
249249

250250

251-
private static function _escape($value)
251+
public static function _escape($value)
252252
{
253253
$specialChars = ['+', '-', '=', '&&', '||', '>', '<', '!', '(', ')', '{', '}', '[', ']', '^', '"', '~', '\\'];
254254
foreach ($specialChars as $char) {

0 commit comments

Comments
 (0)