Skip to content

Commit 66b528d

Browse files
committed
Condition: Allow keyword INTERVAL.
1 parent 8383942 commit 66b528d

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
'EXISTS' => 1,
4444
'IF' => 1,
4545
'IN' => 1,
46+
'INTERVAL' => 1,
4647
'IS' => 1,
4748
'LIKE' => 1,
4849
'MATCH' => 1,

0 commit comments

Comments
 (0)