We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4fda2 commit a67937aCopy full SHA for a67937a
Where.php
@@ -20,8 +20,6 @@ public function add($field, $value, $operator = "=", $value_type = "string")
20
strpos($field, "=") !== FALSE
21
|| strpos($field, ">") !== FALSE
22
|| strpos($field, "<") !== FALSE
23
- || strpos(strtoupper($field), "NOT") !== FALSE
24
- || strpos(strtoupper($field), "IN") !== FALSE
25
)
26
{
27
$operator = "";
0 commit comments