Skip to content

Commit cd62cf6

Browse files
committed
Add EXISTS as an acceptable keyword in conditions.
1 parent 402890b commit cd62cf6

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
@@ -40,6 +40,7 @@ class Condition extends Component
4040
public static $OPERATORS = array(
4141
'AND' => 1,
4242
'BETWEEN' => 1,
43+
'EXISTS' => 1,
4344
'IN' => 1,
4445
'IS' => 1,
4546
'LIKE' => 1,

0 commit comments

Comments
 (0)