ClickHouse/src/Client
2024-03-29 16:16:15 +01:00
..
examples Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
ClientBase.cpp Revert output Pretty in tty 2024-03-29 16:16:15 +01:00
ClientBase.h Add modifications 2024-03-23 02:42:22 +01:00
ClientBaseHelpers.cpp Fix syntax highlight in client for spaceship operator 2023-10-04 14:58:37 +02:00
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 work with review notes 2024-03-10 10:00:18 +01:00
Connection.h Includes cleanup 2024-02-05 14:27:07 +00:00
ConnectionEstablisher.cpp Replace distributed_insert_replicas_preferences with distributed_insert_skip_read_only_replicas 2024-03-26 11:24:57 +01:00
ConnectionEstablisher.h Move insert flag from ConnectionEstablisher to TryResult 2024-03-26 11:21:40 +01:00
ConnectionParameters.cpp shuffle resolved IPs 2024-03-07 13:09:26 +01:00
ConnectionParameters.h Use SSL port for clickhouse-client for hostnames pointing to clickhouse cloud 2023-11-13 10:31:56 +08:00
ConnectionPool.cpp Unify priorities for connections 2023-06-07 16:25:52 +00:00
ConnectionPool.h Cleanup: connection pool priority -> config priority 2024-02-16 14:39:41 +00:00
ConnectionPoolWithFailover.cpp Replace distributed_insert_replicas_preferences with distributed_insert_skip_read_only_replicas 2024-03-26 11:24:57 +01:00
ConnectionPoolWithFailover.h Replace distributed_insert_replicas_preferences with distributed_insert_skip_read_only_replicas 2024-03-26 11:24:57 +01:00
ConnectionString.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
ConnectionString.h corrections after second review iteration 2023-06-14 01:26:39 +00:00
HedgedConnections.cpp Fix use-of-uninitialized-value in HedgedConnections 2024-03-20 23:55:25 +00:00
HedgedConnections.h Fix use-of-uninitialized-value in HedgedConnections 2024-03-20 23:55:25 +00:00
HedgedConnectionsFactory.cpp Move insert flag from ConnectionEstablisher to TryResult 2024-03-26 11:21:40 +01:00
HedgedConnectionsFactory.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
IConnections.h Includes cleanup 2024-02-05 14:27:07 +00:00
InternalTextLogs.cpp Process incremental profile events on client 2021-11-08 16:38:31 +03:00
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 build 2023-12-05 12:58:29 +00:00
LineReader.h Fix completion for clickhouse-keeper-client 2023-08-04 09:24:32 +02:00
LocalConnection.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
LocalConnection.h Remove unused code 2024-03-24 17:15:47 +01:00
MultiplexedConnections.cpp Merge pull request #60470 from ClickHouse/ClibMouse-bugfix/kql-distributed-tables 2024-02-28 19:24:14 +03:00
MultiplexedConnections.h Remove temporary debug logging in MultiplexedConnections (#55764) 2023-10-18 23:05:03 -07:00
PacketReceiver.cpp Make better 2023-05-22 18:22:05 +00:00
PacketReceiver.h Fixing more headers 2024-02-29 15:40:30 +00:00
QueryFuzzer.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
QueryFuzzer.h improve randomness by erase buf elem when full 2024-03-09 21:27:28 +02:00
ReplxxLineReader.cpp Handle editor exit code correctly 2023-12-06 20:21:15 +01:00
ReplxxLineReader.h Change cursor style for overwrite mode (INS) to blinking in client 2023-11-25 22:00:56 +01:00
Suggest.cpp No "please" 2024-03-26 09:00:20 +01:00
Suggest.h Used main connections for suggestions 2023-08-10 04:11:07 +00:00
TestHint.cpp More improvements based on PR review 2023-03-09 11:37:02 +01:00
TestHint.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
TestTags.cpp Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00
TestTags.h Support test mode for clickhouse-local 2022-03-14 12:02:06 +01:00