diff --git a/src/xPDO/Om/xPDOQuery.php b/src/xPDO/Om/xPDOQuery.php index 5936ca61..fcb67d91 100644 --- a/src/xPDO/Om/xPDOQuery.php +++ b/src/xPDO/Om/xPDOQuery.php @@ -43,6 +43,9 @@ abstract class xPDOQuery extends xPDOCriteria { '>=', '<=>', ' LIKE ', + ' RLIKE ', + ' REGEXP ', + ' REGEXP BINARY ', ' IS NULL', ' IS NOT NULL', ' BETWEEN ',