Fix grouping of host- and servicegroup queries
It's a rather quick fix but fixes the problem. We should take another look whether a more sophisticated solution can be found. refs #10316
This commit is contained in:
parent
d6432cd881
commit
35c7ed81a7
|
@ -1001,9 +1001,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