Tabular view is busted when there are no result rows
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.