Skip to content

Commit a43d131

Browse files
committed
Added missing NOT IN operator.
1 parent b271df7 commit a43d131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Condition.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Condition extends Component
4343
'IN' => 1,
4444
'IS' => 1,
4545
'LIKE' => 1,
46+
'NOT IN' => 1,
4647
'NOT NULL' => 1,
4748
'NULL' => 1,
4849
'OR' => 1,

0 commit comments

Comments
 (0)