Skip to content

Commit

Permalink
Add EXISTS as an acceptable keyword in conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ungureanu committed Oct 10, 2015
1 parent 402890b commit cd62cf6
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 @@ -40,6 +40,7 @@ class Condition extends Component
public static $OPERATORS = array(
'AND' => 1,
'BETWEEN' => 1,
'EXISTS' => 1,
'IN' => 1,
'IS' => 1,
'LIKE' => 1,
Expand Down

0 comments on commit cd62cf6

Please sign in to comment.