6 Commits

Author SHA1 Message Date
Puskar Basu
c6b8c835ab Update query JSON output to be consistent across pipelings - also handle duplicate column names. Closes #4317 2024-09-02 12:14:53 +01:00
kaidaguerre
07782a2b13 Adds support for verbose timing information. Closes #4237. Closes #4244
- JSON output format has changed to move the rows to under a `rows` property, with timing information under the `metadata` property
- Update timing display to show rows returned and rows fetched, as well as adding verbose mode which lists all scans
- Use enums for output mode and timing mode - timing is now either `on`, `off` or `verbose`
- Bugfix: ensure error is returned from ExecuteSystemClientCall. Closes #4246
2024-04-17 10:12:17 +01:00
tyagiparth
46c3461553 Update BATS Tests as per the latest chaos plugin (#569) 2021-06-23 15:23:02 +01:00
Rupesh Patil
9b7d473a1e JSON and bool columns displaying as strings. Closes #95 2021-02-01 14:28:48 +00:00
tyagiparth
efc6396450 [Fix] Columns are showing different values in output as json. closes #14 (#55) 2021-01-25 09:49:11 +00:00
Rupesh Patil
5cdf4c4e16 Streamline acceptance tests. Set DB build workflow to be manually triggered. Closes #4 2021-01-20 09:27:36 +00:00