Skip to content

Commit

Permalink
Not Like Support (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb authored Oct 22, 2024
1 parent e29a50b commit 3580b98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selector/predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const (
PredicateOperatorLessThan PredicateOperator = "Lt"
PredicateOperatorLike PredicateOperator = "Like"
PredicateOperatorInLike PredicateOperator = "InLike"
PredicateOperatorNotLike PredicateOperator = "NotLike"
PredicateOperatorNotInLike PredicateOperator = "NotInLike"
)

type OperatorConversion string
Expand Down

0 comments on commit 3580b98

Please sign in to comment.