Skip to content

Commit

Permalink
feat: add the starts-with postgres comparison operator
Browse files Browse the repository at this point in the history
  • Loading branch information
boehs authored and koskimas committed Jun 10, 2024
1 parent 42ac7c9 commit 2d28b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operation-node/operator-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const COMPARISON_OPERATORS = [
'not ilike',
'@>',
'<@',
'^@',
'&&',
'?',
'?&',
Expand Down

0 comments on commit 2d28b0b

Please sign in to comment.