mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
28e68f8f8a
commit
b7f0270a24
@ -611,7 +611,10 @@ abstract class IdoQuery extends DbQuery
|
|||||||
|
|
||||||
$subQuery
|
$subQuery
|
||||||
->setFilter($subQueryFilter)
|
->setFilter($subQueryFilter)
|
||||||
->clearGroupingRules();
|
->clearGroupingRules()
|
||||||
|
->select()
|
||||||
|
->reset('columns')
|
||||||
|
->columns([new Zend_Db_Expr('1')]);
|
||||||
|
|
||||||
// EXISTS is the column name because without any column $this->isCustomVar() fails badly otherwise.
|
// EXISTS is the column name because without any column $this->isCustomVar() fails badly otherwise.
|
||||||
// Additionally it bypasses the non-required optimizations made by our filter rendering implementation.
|
// Additionally it bypasses the non-required optimizations made by our filter rendering implementation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user