remove comment

This commit is contained in:
Dennis Eichhorn 2018-08-26 19:25:23 +02:00
parent fa5bf4fe24
commit cf161359c2

View File

@ -299,8 +299,6 @@ class Grammar extends GrammarAbstract
$expression .= '(' . $this->compileWhere($element['column'], $query->getPrefix()) . ')';
}
// todo: handle IN(...) as operator
if (isset($element['value'])) {
$expression .= ' ' . \strtoupper($element['operator']) . ' ' . $this->compileValue($query, $element['value'], $query->getPrefix());
} else {