Open herrfugbaum opened 5 years ago
How about adding a \G
option to display rows vertically, the way MySQL does? I don't think any amount of formatting can save us, as some files can have 100s of columns. :thinking:
Good call! I have to take a closer look on this.
I think it's a good idea to do both, so we can see as many columns as possible without the need to use the \G switch.
Describe the bug If a table has many columns or if the console window isn't large enough the tables will render quite clunky.
To Reproduce Steps to reproduce the behavior:
qsv -p path/to/file
SELECT * FROM test
Expected behavior Tables should look like tables
Screenshots Result:
Result with a wider terminal:
Software Versions (please complete the following information):
Additional context Probably this can be tackled by configuring table correctly