Revert "Fix grouping of host- and servicegroup queries"
This reverts commit 35c7ed81a7
.
This commit is contained in:
parent
689cae8701
commit
89d8126226
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue