v.21.12Improvements
Always Re-render Prompt During History Navigation in ClickHouse Client for Improved Usability
Always re-render prompt while navigating history in clickhouse-client. This will improve usability of manipulating very long queries that don't fit on screen. #31675 (alexey-milovidov) (author: Amos Bird).
Why it matters
This feature addresses the difficulty of manipulating very long queries that do not fit on the screen by ensuring the prompt is fully updated during history navigation, making query editing more intuitive and user-friendly.How to use it
The re-rendering of the prompt while navigating history is enabled by default inclickhouse-client; users simply navigate query history with the usual keys to benefit from the improved prompt rendering.