Skip to content

Commit

Permalink
Added missing NOT IN operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ungureanu committed Sep 30, 2015
1 parent b271df7 commit a43d131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Condition.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Condition extends Component
'IN' => 1,
'IS' => 1,
'LIKE' => 1,
'NOT IN' => 1,
'NOT NULL' => 1,
'NULL' => 1,
'OR' => 1,
Expand Down

0 comments on commit a43d131

Please sign in to comment.