Commit 47ee0b87 by Alexander Makarov

Removed unnecessary code

parent b6561375
...@@ -261,16 +261,6 @@ trait QueryTrait ...@@ -261,16 +261,6 @@ trait QueryTrait
} }
} }
break; break;
case 'IN':
case 'NOT IN':
case 'LIKE':
case 'OR LIKE':
case 'NOT LIKE':
case 'OR NOT LIKE':
case 'ILIKE': // PostgreSQL operator for case insensitive LIKE
case 'OR ILIKE':
case 'NOT ILIKE':
case 'OR NOT ILIKE':
default: default:
if (array_key_exists(1, $condition) && $this->isEmpty($condition[1])) { if (array_key_exists(1, $condition) && $this->isEmpty($condition[1])) {
return []; return [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment