Skip to content

Commit

Permalink
Added a condition for IN
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 28, 2025
1 parent 25534c8 commit 40d8be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const (
conditionSet = "$set" // Condition for a SET command
conditionSum = "$sum" // Condition for a SUM command
conditionUnSet = "$unset" // Condition for an UNSET command
conditionIn = "$in" // Condition for an IN statement

// SortDesc will sort descending
SortDesc = "desc"
Expand Down

0 comments on commit 40d8be3

Please sign in to comment.