altsql-shell icon indicating copy to clipboard operation
altsql-shell copied to clipboard

Multi-line per row wide output

Open ewaters opened this issue 12 years ago • 0 comments

Rather then requiring wide output to be horizontally scrolled, there are a few options to format wide data on a narrow screen. This is one of them. Find a way to wrap the cells of a row in a sane fashion. Here's a very simple example:

.----+---------------------.
| id | ts                  |
| log                      |
+----+---------------------+
| 1  | 2012-04-16 12:34:16 |
| blakblkj welkjwe         |
+----+---------------------+
| 2  | 2012-04-16 16:30:43 |
| Eric was here            |
+----+---------------------+
| 3  | 2012-04-16 16:31:43 |
| Eric was here again      |
'--------------------------'

ewaters avatar May 13 '12 20:05 ewaters