Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.66k stars 3.37k forks source link

mycli data display problem #5154

Open zxpdmw opened 2 years ago

zxpdmw commented 2 years ago

Version: 1.0.167 Platform: Windows x64 10.0.18363 Plugins: none Frontend: xterm

When I execute show create table xxx,Does not show the creation statement of the table structure image

There is another problem. When the data in a field in my table is too long and exceeds the maximum number of characters in the tabby row, the queried data will not be displayed, but if I delete the too long field, the data can be queried. image image image image

A longer string is stored inside the content field

There are indications that if the length of the query result exceeds the maximum length of the tabby window, it will not be displayed, even though I used a newline display

zxpdmw commented 2 years ago

image The statement created by the table structure does not exceed the length limit, why can’t it be displayed?

The above operations on mycli in tabby, everything is normal in the cmd built in windows

zxpdmw commented 2 years ago

image If I reduce the size of tabby, even the title field is not displayed.

zxpdmw commented 2 years ago

The size of the tabby limits the output content. If the data I need to query may exceed the range of tabby, it will not be displayed even if I wrap the line. image