edgedb-cli icon indicating copy to clipboard operation
edgedb-cli copied to clipboard

Tabular view is busted when there are no result rows

Open msullivan opened this issue 11 months ago • 0 comments

Currently we just pull the column headings from the Value objects. This means that if there are zero rows, we produce something like:

┌┐
└┘

as the entire output.

msullivan avatar Feb 13 '25 20:02 msullivan