ClickHouse/src/Client
Alexey Milovidov 9c83eb95de
Merge pull request #69856 from ClickHouse/fix-31696
Cleaner output in the terminal in CLI.
2024-09-30 05:10:20 +00:00
..
examples Remove dbms dependency on clickhouse_functions 2024-09-24 19:48:23 +02:00
ClientApplicationBase.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ClientApplicationBase.h Better 2024-07-29 17:28:04 +00:00
ClientBase.cpp Fix #31696 2024-09-22 23:37:57 +02:00
ClientBase.h Step back 2024-08-08 04:41:22 +02:00
ClientBaseHelpers.cpp Extend syntax highlight to 10 KB 2024-04-29 19:53:50 +02:00
ClientBaseHelpers.h
ClientBaseOptimizedParts.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
CMakeLists.txt
Connection.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
Connection.h revive separate protocol versioning for PRs 2024-09-12 15:40:51 +01:00
ConnectionEstablisher.cpp Fix test_delayed_replica_failover 2024-09-20 15:31:23 +02:00
ConnectionEstablisher.h Add comment regarding default value for force_connected 2024-07-30 15:37:59 +00:00
ConnectionParameters.cpp defaults to notchunked, add docs to server's and client's configs 2024-07-10 00:20:11 +00:00
ConnectionParameters.h defaults to notchunked, add docs to server's and client's configs 2024-07-10 00:20:11 +00:00
ConnectionPool.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ConnectionPool.h Merge branch 'master' into ft-chunked-protocol 2024-07-20 23:01:56 +00:00
ConnectionPoolWithFailover.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ConnectionPoolWithFailover.h Fix undefined behavior if all connection tries fail 2024-09-09 14:00:35 +00:00
ConnectionString.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
ConnectionString.h
HedgedConnections.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
HedgedConnections.h Fix use-of-uninitialized-value in HedgedConnections 2024-03-20 23:55:25 +00:00
HedgedConnectionsFactory.cpp Fix minor typos 2024-09-09 13:35:45 +00:00
HedgedConnectionsFactory.h Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
IConnections.h Remove redundant code 2024-07-11 08:32:00 +00:00
InternalTextLogs.cpp
InternalTextLogs.h
IServerConnection.h Useless changes 2024-05-09 01:08:33 +02:00
LineReader.cpp Refactor 2024-06-25 14:23:37 +00:00
LineReader.h Disable suspend on Ctrl+Z 2024-07-15 05:13:38 +02:00
LocalConnection.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
LocalConnection.h Step back 2024-08-08 04:41:22 +02:00
MultiplexedConnections.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
MultiplexedConnections.h Custom key support for cluster_for_parallel_replicas 2024-06-19 14:46:15 +02:00
PacketReceiver.cpp
PacketReceiver.h Fixing more headers 2024-02-29 15:40:30 +00:00
ReplxxLineReader.cpp Done 2024-08-24 16:01:03 +02:00
ReplxxLineReader.h Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
Suggest.cpp Remove TODO 2024-09-30 00:40:34 +02:00
Suggest.h Properly send client info in Suggest 2024-05-06 23:00:05 +02:00
TestHint.cpp fix a test, add retries for sql tests 2024-07-25 00:56:41 +02:00
TestHint.h fix a test, add retries for sql tests 2024-07-25 00:56:41 +02:00
TestTags.cpp
TestTags.h