ClickHouse/programs/client
Azat Khuzhin 2cbb069b68 Add ability to ignore data after semicolon in Values format
This is required for client, to handle comments in multiquery mode.

v0: separate context for input format
v2: cannot use separate context since params and stuff are changed in global context
v3: do not sent this setting to the server (breaks queries for readonly profiles)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-12 14:55:26 +02:00
..
clickhouse-client.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
clickhouse-client.xml Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
Client.cpp Add ability to ignore data after semicolon in Values format 2023-10-12 14:55:26 +02:00
Client.h Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
CMakeLists.txt Move LineReader/ReplxxLineReader out from base 2022-12-27 14:23:51 +01:00