Commit graph

5 commits

Author SHA1 Message Date
Sukhwinder Dhillon
cda2f4bb05 Add csv/json export support for parents and children tab 2025-01-22 13:44:32 +01:00
Sukhwinder Dhillon
dd943af8aa JsonResultSetUtils: When query offset is null, Use 0 as default 2024-07-22 14:13:29 +02:00
Johannes Meyer
84735b67b7 JsonResultSetUtils: Query results in bulk..
..if there's no limit imposed. PDO runs queries in buffered mode
by default. Fetching without a limit needlessly increases the risk
to require more memory than available.
2024-03-22 15:30:17 +01:00
Johannes Meyer
e311d8b9a9 Use separate result sets when exporting hosts/services 2024-03-22 15:05:25 +01:00
Johannes Meyer
0148984646 Transfer implementation of JsonResultSet and CsvResultSet to separate traits 2024-03-22 15:05:25 +01:00