icingaweb2/library/Icinga/Data/Db
Johannes Meyer b8efe314a0 DbQuery: Ignore wildcard only filters
This increases query performance vastly, since LIKE '%' comparisons
prevent the dbms from utilizing an index.
2015-06-15 13:59:46 +02:00
..
DbConnection.php DbConnection: Replicate the fix for #9211 2015-05-26 09:26:55 +02:00
DbQuery.php DbQuery: Ignore wildcard only filters 2015-06-15 13:59:46 +02:00