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
clickhouse-client.xml
Client.cpp Add ability to ignore data after semicolon in Values format 2023-10-12 14:55:26 +02:00
Client.h
CMakeLists.txt