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 79a13b4 commit c5d7f4cCopy full SHA for c5d7f4c
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -2905,8 +2905,6 @@ public function prepareSqlCondition($fieldName, $condition)
2905
$query .= empty($query) ? '' : ' AND ';
2906
$to = $this->_prepareSqlDateCondition($condition, 'to');
2907
$query = $query . $this->_prepareQuotedSqlCondition($conditionKeyMap['to'], $to, $fieldName);
2908
-
2909
2910
}
2911
} elseif (array_key_exists($key, $conditionKeyMap)) {
2912
$value = $condition[$key];
0 commit comments