Commit graph

5 commits

Author SHA1 Message Date
Bastian Lederer
3c130b73a7
Only include requested columns in CSV/JSON exports when using ?columns=… (#1301)
resolves: #1011
2025-11-19 11:40:44 +01:00
Sukhwinder Dhillon
cda2f4bb05 Add csv/json export support for parents and children tab 2025-01-22 13:44:32 +01:00
Johannes Meyer
9de4e33f94 CsvResultSetUtils: 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