Revert "Fix grouping of host- and servicegroup queries"

This reverts commit 35c7ed81a7.
This commit is contained in:
Johannes Meyer 2015-11-12 09:26:11 +01:00
parent 689cae8701
commit 89d8126226
1 changed files with 2 additions and 2 deletions

View File

@ -1023,9 +1023,9 @@ abstract class IdoQuery extends DbQuery
}
$groupedTables[$table] = true;
}
/*if ($this->getDatasource()->getDbType() !== 'pgsql') {
if ($this->getDatasource()->getDbType() !== 'pgsql') {
return $group;
}*/
}
$columnIterator = new AppendIterator();
$columnIterator->append(new ColumnFilterIterator($this->columns));
$columnIterator->append(new ArrayIterator($this->orderColumns));