9 Commits

Author SHA1 Message Date
Puskar Basu
29cb60aec9 Fix date and timestamptz display. closes #4450 2026-02-13 17:56:39 +05:30
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
kaidaguerre
404dd35e21 Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections. Closes #2422 (#2438)
* Provide feedback for failed prepared statements
* Move error functions to error_helpers
* Make maintenance client retriable
2022-10-05 12:38:57 +01:00
Binaek Sarkar
28d12e70eb Update Postgres driver to github.com/jackc/pgx. Closes #1179 2021-12-09 17:15:59 +00:00
Binaek Sarkar
39e95e9e18 Remove HTML escaping from JSON output. Closes #336 2021-03-26 12:39:47 +00: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