icingaweb2/library/Icinga/Data/Db
raviks789 8898ed85ab Change FilterMatch to FilterEqual class for single object filter on object name.
Correspondingly the DbConnection::renderFilter() (as DbQuery::renderFilter() is deprecated and will be removed, hence no modifications here)
is also modified to render accordingly.
This correctly selects the host, service or contact in case the object name contains wild card characters like "\*".
2022-05-12 16:28:35 +02:00
..
DbConnection.php Change FilterMatch to FilterEqual class for single object filter on object name. 2022-05-12 16:28:35 +02:00
DbQuery.php Avoid passing `null` to non-nullable arguments 2022-03-24 12:29:06 +01:00