Skip to content

Commit

Permalink
Add starts with operator (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-tma authored Sep 23, 2024
1 parent bb2db2f commit ffe4258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Grammar extends PostgresGrammar
'=', '<', '>', '<=', '>=', '<>', '!=',
'like', 'not like', 'between', 'ilike', 'not ilike',
'~', '&', '|', '#', '<<', '>>', '<<=', '>>=',
'&&', '@>', '<@', '?', '?|', '?&', '||', '-', '@?', '@@', '#-',
'&&', '@>', '<@', '?', '?|', '?&', '||', '-', '@?', '@@', '#-', '^@',
'is distinct from', 'is not distinct from',
'<->', '<=>', '<#>',
];
Expand Down

0 comments on commit ffe4258

Please sign in to comment.