ClickHouse/programs/client
Azat Khuzhin baac2e561c Add query to the exception message in case of error during processing INSERT block on client
Since client process the INSERT block itself, and only after, send it
to the client, for example:

    clickhouse-client --stacktrace --input_format_null_as_default=1 --query="INSERT INTO FUNCTION null('k Int, v Tuple(Int,Int)') VALUES ()"
    Code: 62. DB::Exception: Cannot parse expression of type Int32 here: ): While executing ValuesBlockInputFormat: (in query: INSERT INTO FUNCTION null('k Int, v Tuple(Int,Int)') VALUES ()): data for INSERT was parsed from query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below):
2021-09-11 16:02:01 +03:00
..
clickhouse-client.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
clickhouse-client.xml Fix XML 2021-02-10 16:39:59 +03:00
Client.cpp Add query to the exception message in case of error during processing INSERT block on client 2021-09-11 16:02:01 +03:00
CMakeLists.txt Add module part for client/TestHint 2021-08-16 00:16:20 +03:00
ConnectionParameters.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ConnectionParameters.h Implemented in a different way 2020-04-15 04:59:14 +03:00
QueryFuzzer.cpp Merge branch 'master' into ast-table-identifier-2 2021-06-10 16:43:22 +03:00
QueryFuzzer.h Less include <Common/Stopwatch.h> 2021-08-11 16:20:59 +02:00
Suggest.cpp Merge branch 'master' into limited_fetches 2021-06-02 23:01:47 +03:00
Suggest.h Remove non-essential parts from Suggest 2021-04-13 15:39:13 +03:00
TestHint.cpp Convert std::stringstream to ReadBufferFromString for TestHint parsing 2021-08-16 00:16:48 +03:00
TestHint.h Accept error code by error name in client test hints 2021-08-16 00:16:48 +03:00