Browse Source

conditions fix

0x4a52466c696e74 3 weeks ago
parent
commit
7658d016a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      conditions.go

+ 1 - 0
conditions.go

@@ -25,6 +25,7 @@ func (s ConditionOperator) IsValid() bool {
 	case OperatorLessEqual:
 	case OperatorLike:
 	case OperatorNot:
+	case OperatorExists:
 	case OperatorEmpty:
 	default:
 		return false