ClickHouse/programs/keeper-client
Azat Khuzhin 0f02d473d9 Improve parsing of path in clickhouse-keeper-client
Before this patch:

    / :) get /tables/default/data/block_numbers/0-7
    Syntax error: failed at position 40 ('0'):

    get /tables/default/data/block_numbers/0-7

    Expected end of query

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-24 12:56:48 +02:00
..
CMakeLists.txt Parsing Keeper commands via ClickHouse Parser 2023-04-26 00:54:28 -04:00
Commands.cpp Improve set command 2023-04-26 20:10:32 -04:00
Commands.h Parsing Keeper commands via ClickHouse Parser 2023-04-26 00:54:28 -04:00
KeeperClient.cpp Fix keeper-client help message 2023-06-13 21:09:30 -04:00
KeeperClient.h Better completion 2023-04-26 20:11:45 -04:00
Parser.cpp Improve parsing of path in clickhouse-keeper-client 2023-06-24 12:56:48 +02:00
Parser.h Parsing Keeper commands via ClickHouse Parser 2023-04-26 00:54:28 -04:00