icingadb-web/library/Icingadb/Data
Johannes Meyer f38a03d034 QueryColumnsProvider: Fully use up limit with custom variables
Previously custom variables that didn't match any of the desired
sources were eating up the query's limit and so there is a chance
that not even a single variable was listed. This especially
occurs with the updated notifications integration, as the available
database columns are very limited in number. But even in other views
this may have been noticed by users in case they have many variables
that are similarly named but have no overlap with database columns.
(i.e. input that doesn't match any database columns but many vars)
2026-05-27 16:52:56 +02:00
..
CsvResultSet.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
CsvResultSetUtils.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
DependencyNodes.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
JsonResultSet.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
JsonResultSetUtils.php Fix leading comma in JSON export (#1349) 2026-03-25 15:11:05 +01:00
PivotTable.php Change implicit nullable type declaration to explicit 2026-03-19 22:08:30 +01:00
QueryColumnsProvider.php QueryColumnsProvider: Fully use up limit with custom variables 2026-05-27 16:52:56 +02:00
QueryValuesProvider.php Remove now superfluous class ObjectSuggestionsCursor 2026-05-21 16:34:02 +02:00
VolatileCsvResults.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00
VolatileJsonResults.php License source files as GPL-3.0-or-later 2026-03-11 14:03:05 +01:00