summaryrefslogtreecommitdiffstats
path: root/src/Components
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/Condition.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Condition.php b/src/Components/Condition.php
index ab327a2..9d7d586 100644
--- a/src/Components/Condition.php
+++ b/src/Components/Condition.php
@@ -44,6 +44,7 @@ class Condition extends Component
'IN' => 1,
'IS' => 1,
'LIKE' => 1,
+ 'MATCH' => 1,
'NOT IN' => 1,
'NOT NULL' => 1,
'NOT' => 1,