v.18.14Improvement
Correct Row Width Calculation for Pretty Formats in Terminal
Correct calculation of row width in the terminal for Pretty formats, including strings with hieroglyphs. Amos Bird.Why it matters
This feature fixes incorrect alignment and display issues in thePretty output format when rendering strings with hieroglyphs or multi-width Unicode characters. It ensures that terminal rows have correct width calculations, improving readability and correctness of query results shown in the CLI or terminal.How to use it
Users do not need to change any settings. The fix is automatically applied for all queries using thePretty output format when run in terminals that display multi-width Unicode characters.