Skip to content

Commit ffe4258

Browse files
authored
Add starts with operator (#94)
1 parent bb2db2f commit ffe4258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Grammar extends PostgresGrammar
2626
'=', '<', '>', '<=', '>=', '<>', '!=',
2727
'like', 'not like', 'between', 'ilike', 'not ilike',
2828
'~', '&', '|', '#', '<<', '>>', '<<=', '>>=',
29-
'&&', '@>', '<@', '?', '?|', '?&', '||', '-', '@?', '@@', '#-',
29+
'&&', '@>', '<@', '?', '?|', '?&', '||', '-', '@?', '@@', '#-', '^@',
3030
'is distinct from', 'is not distinct from',
3131
'<->', '<=>', '<#>',
3232
];

0 commit comments

Comments
 (0)