ClickHouse/programs
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
..
bash-completion Add ability to push down LIMIT for distributed queries 2021-06-09 02:29:50 +03:00
benchmark Merge pull request #26607 from azat/bench-round-robin 2021-07-24 20:17:35 +03:00
client Add query to the exception message in case of error during processing INSERT block on client 2021-09-11 16:02:01 +03:00
compressor Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
copier Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
extract-from-config add system.zookeeper_log 2021-07-09 17:05:35 +03:00
format Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
git-import Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
install Merge pull request #25280 from kssenii/bridges-constraints 2021-06-16 22:13:16 +03:00
keeper Merge pull request #28080 from ClickHouse/some_renames_in_keeper 2021-08-26 10:16:21 +03:00
keeper-converter Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
library-bridge Review fixes 2021-08-02 13:40:58 +00:00
local Merging #24866 (#28691) 2021-09-09 12:37:51 +03:00
obfuscator Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
odbc-bridge Merge pull request #28298 from kitaisreal/odbc-connection-holder-fix-dangling-reference 2021-08-28 15:28:23 +03:00
server Fix compiled_expression_cache_size setting default value in configuration files 2021-09-09 21:36:15 +03:00
static-files-disk-uploader Merge branch 'master' into async-reads 2021-08-31 02:52:58 +03:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Fix build 2021-08-29 14:18:04 +00:00
config_tools.h.in Fix build and add example 2021-08-28 20:35:51 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Fix build and add example 2021-08-28 20:35:51 +00:00
ya.make Fix arcadia build 2021-08-30 12:19:13 +03:00