Skip to content

Commit

Permalink
Condition: Allow keyword INTERVAL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ungureanu committed Feb 12, 2016
1 parent 8383942 commit 66b528d
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
'EXISTS' => 1,
'IF' => 1,
'IN' => 1,
'INTERVAL' => 1,
'IS' => 1,
'LIKE' => 1,
'MATCH' => 1,
Expand Down

0 comments on commit 66b528d

Please sign in to comment.