Skip to content

Commit

Permalink
Removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 1, 2014
1 parent b656137 commit 47ee0b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions framework/db/QueryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,6 @@ protected function filterCondition($condition)
}
}
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:
if (array_key_exists(1, $condition) && $this->isEmpty($condition[1])) {
return [];
Expand Down

0 comments on commit 47ee0b8

Please sign in to comment.