Skip to content

Commit

Permalink
Add match to allowed comparison operators (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca authored Jan 14, 2023
1 parent c8ecd4f commit 73bb4e9
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 @@ -16,6 +16,7 @@ export const COMPARISON_OPERATORS = [
'is not',
'like',
'not like',
'match',
'ilike',
'not ilike',
'@>',
Expand Down

0 comments on commit 73bb4e9

Please sign in to comment.