ClickHouse/programs/client
Azat Khuzhin c35eb86a37 Fix example of colored prompt in client
After switching to replxx you don't need the following anymore:
- RL_PROMPT_START_IGNORE (\001)
- RL_PROMPT_END_IGNORE   (\002)

And those symbols also breaks the client prompt (the text length
calculated incorrectly, it does not interpret "\x01" as an escape
sequence but instead just a bunch of bytes and shows extra whitespaces
after prompt).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-27 20:30:00 +01:00
..
clickhouse-client.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
clickhouse-client.xml Fix example of colored prompt in client 2022-11-27 20:30:00 +01:00
Client.cpp adjustments for progress option 2022-11-12 02:55:26 +00:00
Client.h add fuzzer for table definition 2022-08-11 02:34:10 +00:00
CMakeLists.txt Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00