Skip to content

Commit edb0f11

Browse files
committed
Accept NOT operator in conditions.
1 parent e670ae4 commit edb0f11

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
@@ -46,6 +46,7 @@ class Condition extends Component
4646
'LIKE' => 1,
4747
'NOT IN' => 1,
4848
'NOT NULL' => 1,
49+
'NOT' => 1,
4950
'NULL' => 1,
5051
'OR' => 1,
5152
'XOR' => 1,

0 commit comments

Comments
 (0)