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
Commands.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
Commands.h
KeeperClient.cpp Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
KeeperClient.h
Parser.cpp Strict parsing in Keeper client 2024-06-20 15:17:05 +02:00
Parser.h