ClickHouse/src/Client
Azat Khuzhin 477b782f86 Handle editor exit code correctly
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-12-06 20:21:15 +01:00
..
examples
ClientBase.cpp Fix adjusting log_comment in case of multiple files passed 2023-12-04 10:02:24 +01:00
ClientBase.h Fix adjusting log_comment in case of multiple files passed 2023-12-04 10:02:24 +01:00
ClientBaseHelpers.cpp Fix syntax highlight in client for spaceship operator 2023-10-04 14:58:37 +02:00
ClientBaseHelpers.h
CMakeLists.txt
Connection.cpp Fix build 2023-11-13 10:09:23 +01:00
Connection.h SSH keys authentication (#41109) 2023-09-26 17:50:19 +02:00
ConnectionEstablisher.cpp Settings pointer to reference 2023-11-21 16:04:54 +00:00
ConnectionEstablisher.h Settings pointer to reference 2023-11-21 16:04:54 +00:00
ConnectionParameters.cpp Use SSL port for clickhouse-client for hostnames pointing to clickhouse cloud 2023-11-13 10:31:56 +08: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 Settings pointer to reference 2023-11-21 16:04:54 +00:00
ConnectionPoolWithFailover.cpp Fix clang-tidy warning 2023-11-22 09:48:18 +00:00
ConnectionPoolWithFailover.h Settings pointer to reference 2023-11-21 16:04:54 +00: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 Cleanup iteration: settings usage 2023-11-21 13:29:04 +00:00
HedgedConnections.h
HedgedConnectionsFactory.cpp Settings pointer to reference 2023-11-21 16:04:54 +00:00
HedgedConnectionsFactory.h Cleanup iteration: settings usage 2023-11-21 13:29:04 +00:00
IConnections.h
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 new clang-tidy-s 2023-09-20 22:17:39 +00:00
LineReader.h Fix completion for clickhouse-keeper-client 2023-08-04 09:24:32 +02:00
LocalConnection.cpp Fix possible 'uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument' in clickhouse-local 2023-11-13 22:23:38 +00:00
LocalConnection.h
MultiplexedConnections.cpp Remove temporary debug logging in MultiplexedConnections (#55764) 2023-10-18 23:05:03 -07: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 Make better 2023-05-22 18:22:05 +00:00
QueryFuzzer.cpp Add RESPECT/IGNORE NULLS to the fuzzer 2023-11-29 12:41:15 +01:00
QueryFuzzer.h Add RESPECT/IGNORE NULLS to the fuzzer 2023-11-29 12:41:15 +01: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 Add suggestions about window functions 2023-11-29 12:14:37 +01:00
Suggest.h Used main connections for suggestions 2023-08-10 04:11:07 +00:00
TestHint.cpp
TestHint.h
TestTags.cpp
TestTags.h