ClickHouse/programs/keeper-client
Azat Khuzhin e623ad041f Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
C-z is extermelly useful for some users (like myself), so provide a way
to configure it in client and avoid it's ignorance in clickhouse-disks
(I hope it is OK since it is not that known utility and it does not have
it's own configuration, while cli option is useless, one should remeber
about it).

Honestly I've never seen any interactive client that forbids C-z, so
ignoring it my default looks strange to me.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-19 08:33:53 +02:00
..
CMakeLists.txt Parsing Keeper commands via ClickHouse Parser 2023-04-26 00:54:28 -04:00
Commands.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
Commands.h Add get_direct_children_number command to keeper-client (#55898) 2023-10-24 17:02:54 +02:00
KeeperClient.cpp Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
KeeperClient.h Implementing exists, sync commands. Better tests 2023-09-06 20:36:39 -04:00
Parser.cpp Strict parsing in Keeper client 2024-06-20 15:17:05 +02:00
Parser.h Strict parsing in Keeper client 2024-06-20 15:13:20 +02:00