ClickHouse/src/Client
Alexey Milovidov 376c903da9
Merge pull request #51518 from ClickHouse/qemu-chroot-fixes
Allow running in a stripped chroot environment
2023-07-06 03:57:04 +03:00
..
examples Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
ClientBase.cpp Merge branch 'master' into qemu-chroot-fixes 2023-07-04 20:19:53 +03:00
ClientBase.h Merge branch 'master' into zvonand-implicit-tz 2023-06-08 18:34:45 +03:00
ClientBaseHelpers.cpp
ClientBaseHelpers.h Move LineReader/ReplxxLineReader out from base 2022-12-27 14:23:51 +01:00
CMakeLists.txt Move LineReader/ReplxxLineReader out from base 2022-12-27 14:23:51 +01:00
Connection.cpp Slightly better code around packets for parallel replicas (#51451) 2023-06-28 12:30:15 +02:00
Connection.h Add separate handshake_timeout for receiving Hello packet from replica 2023-05-17 11:39:04 +00:00
ConnectionEstablisher.cpp Fix bad conflicts resolving 2023-05-22 18:23:39 +00:00
ConnectionEstablisher.h Make better 2023-05-22 18:22:05 +00:00
ConnectionParameters.cpp Allow running in a stripped chroot 2023-06-28 11:56:11 +02:00
ConnectionParameters.h update tcp protocol, add quota_key 2022-08-03 15:44:08 -04:00
ConnectionPool.cpp Unify priorities for connections 2023-06-07 16:25:52 +00:00
ConnectionPool.h Unify priorities for connections 2023-06-07 16:25:52 +00:00
ConnectionPoolWithFailover.cpp Unify priorities for connections 2023-06-07 16:25:52 +00:00
ConnectionPoolWithFailover.h Unify priorities for connections 2023-06-07 16:25:52 +00:00
ConnectionString.cpp minor change 2023-06-14 04:29:08 +00:00
ConnectionString.h corrections after second review iteration 2023-06-14 01:26:39 +00:00
HedgedConnections.cpp Merge branch 'master' into zvonand-implicit-tz 2023-05-30 13:13:46 +03:00
HedgedConnections.h Improve async reading from socket 2023-03-15 12:18:08 +00:00
HedgedConnectionsFactory.cpp Refactor RemoteQueryExecutor, make it more thread safe 2023-03-23 19:52:37 +00:00
HedgedConnectionsFactory.h Improve async reading from socket 2023-03-15 12:18:08 +00:00
IConnections.h Improve async reading from socket 2023-03-15 12:18:08 +00:00
InternalTextLogs.cpp
InternalTextLogs.h
IServerConnection.h Slightly better code around packets for parallel replicas (#51451) 2023-06-28 12:30:15 +02:00
LineReader.cpp Fix no case completion 2023-04-27 18:50:35 -04:00
LineReader.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into 46229-repl-clickhouse-keeper 2023-05-25 13:41:25 +00:00
LocalConnection.cpp Add query parameters to clickhouse-local 2023-05-11 12:56:59 +00:00
LocalConnection.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
MultiplexedConnections.cpp Merge branch 'master' into zvonand-implicit-tz 2023-05-30 13:13:46 +03:00
MultiplexedConnections.h Improve async reading from socket 2023-03-15 12:18:08 +00:00
PacketReceiver.cpp Make better 2023-05-22 18:22:05 +00:00
PacketReceiver.h Make better 2023-05-22 18:22:05 +00:00
QueryFuzzer.cpp add explicit finalize calls 2023-06-26 15:04:50 +02:00
QueryFuzzer.h AST fuzzer support fuzzing SELECT query to EXPLAIN query randomly 2023-03-21 14:26:39 +00:00
ReplxxLineReader.cpp Client: disable indent_multiline mode for Replxx history 2023-04-17 20:14:00 +01:00
ReplxxLineReader.h Fix bracketed-paste mode messing up password input in client reconnect 2023-04-07 18:10:33 +00:00
Suggest.cpp Remove the usage of Analyzer setting in the client 2023-06-29 06:58:53 +02:00
Suggest.h Move LineReader/ReplxxLineReader out from base 2022-12-27 14:23:51 +01:00
TestHint.cpp More improvements based on PR review 2023-03-09 11:37:02 +01:00
TestHint.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
TestTags.cpp
TestTags.h