ClickHouse/src/Client
2023-07-30 22:09:03 +00:00
..
examples
ClientBase.cpp fix: check positional options 2023-07-27 17:52:44 +00: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 Fix async connect to hosts with multiple ips 2023-07-07 10:58:01 +00:00
Connection.h Fix async connect to hosts with multiple ips 2023-07-07 10:58:01 +00:00
ConnectionEstablisher.cpp Fix async connect to hosts with multiple ips 2023-07-07 10:58:01 +00:00
ConnectionEstablisher.h Fix async connect to hosts with multiple ips 2023-07-07 10:58:01 +00:00
ConnectionParameters.cpp Merge branch 'master' into ADQM-956 2023-07-11 16:02:14 +10:00
ConnectionParameters.h Added ASK_PASSWORD client constant 2023-06-19 03:57:38 +00: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 Added ASK_PASSWORD client constant 2023-06-19 03:57:38 +00:00
ConnectionString.h corrections after second review iteration 2023-06-14 01:26:39 +00:00
HedgedConnections.cpp Fix timeout for hedged requests 2023-07-16 07:48:48 +02: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 client: add ability to print raw profile events 2021-10-19 00:54:38 +03:00
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 Fix data race on Connection::setAsyncCallback 2023-07-17 15:14:54 +00: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 Check nullptr in fuzzer 2023-07-18 13:06:02 +00: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 Implemented max sessions for user 2023-07-30 22:09:03 +00: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