tavplubix
|
e9ff0b6d70
|
Merge pull request #23657 from kssenii/poco-file-to-std-fs
Poco::File to std::filesystem
|
2021-05-31 23:17:02 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
kssenii
|
69816e6eff
|
Fix checks
|
2021-05-30 15:44:58 +03:00 |
|
kssenii
|
0a3589524e
|
File movement
|
2021-05-29 00:57:53 +03:00 |
|
kssenii
|
2a631aaf08
|
Final fixes
|
2021-05-29 00:34:44 +03:00 |
|
kssenii
|
0d393c0006
|
Fix tests
|
2021-05-27 17:21:19 +03:00 |
|
kssenii
|
1c43b333ea
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-22 21:26:48 +03:00 |
|
Alexander Kuzmenkov
|
54ee3a4e48
|
space
|
2021-05-19 18:01:11 +03:00 |
|
Alexander Kuzmenkov
|
d6e357d78c
|
consolidate connection loss handling in fuzzer
|
2021-05-19 17:36:01 +03:00 |
|
kssenii
|
5f083b779d
|
A little better, fix checks
|
2021-05-18 14:25:19 +03:00 |
|
kssenii
|
9b8df78fdd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-17 17:42:05 +03:00 |
|
kssenii
|
2124113aa2
|
Update programs/*
|
2021-05-17 01:06:09 +03:00 |
|
Azat Khuzhin
|
5b668fc351
|
Remove trailing whitespace for Processed client message
|
2021-05-15 16:07:54 +03:00 |
|
Amesaru
|
d12243b76c
|
Merge remote-tracking branch 'origin/progress_bar_for_LocalServer' into progress_bar_for_LocalServer
|
2021-05-11 19:33:26 +03:00 |
|
Amesaru
|
84079d6c67
|
Client.cpp fix
|
2021-05-11 19:15:07 +03:00 |
|
Egor Savin
|
e51e13db61
|
Merge branch 'master' into progress_bar_for_LocalServer
|
2021-05-11 18:36:06 +03:00 |
|
Amesaru
|
fa8e904987
|
WriteProgress fix
|
2021-05-11 17:24:04 +03:00 |
|
Amesaru
|
6dd475cc76
|
Convert ProgressBar into a struct
|
2021-05-11 17:14:57 +03:00 |
|
mergify[bot]
|
f5e77d7200
|
Merge branch 'master' into aku/fuzzer-typo
|
2021-05-10 17:54:19 +00:00 |
|
Amesaru
|
63c06f578b
|
Client.cpp fix
|
2021-05-06 22:40:28 +03:00 |
|
Amesaru
|
6f855630e9
|
Client.cpp merge fix
|
2021-05-06 22:40:28 +03:00 |
|
Amesaru
|
6fa30e7398
|
Client.cpp and LocalServer.cpp fix
|
2021-05-06 22:40:28 +03:00 |
|
Amesaru
|
2ad8b890ab
|
Trying to fix ProgressBar for Local
|
2021-05-06 22:40:28 +03:00 |
|
Amesaru
|
65d2b236ad
|
Add clearProgress to ProgressBar
|
2021-05-06 22:40:10 +03:00 |
|
Amesaru
|
97e87dc06a
|
Code-style fix
|
2021-05-06 22:38:52 +03:00 |
|
Amesaru
|
9f59b08632
|
Fix typo in Client.cpp
|
2021-05-06 22:38:38 +03:00 |
|
Amesaru
|
9650497edb
|
Moved ProgressBar from src/Client to src/Common
|
2021-05-06 22:35:21 +03:00 |
|
Amesaru
|
f4f6e17bcd
|
More fixes
|
2021-05-06 19:42:57 +03:00 |
|
Amesaru
|
b7b21426b9
|
Fix for UpdateProgress
|
2021-05-06 19:40:55 +03:00 |
|
Amesaru
|
77f1218efb
|
United progress bar for LocalServer and Client
|
2021-05-06 19:39:27 +03:00 |
|
Alexander Kuzmenkov
|
1b45284c17
|
typo
|
2021-04-30 03:21:26 +03:00 |
|
Alexander Kuzmenkov
|
86c4d8b934
|
the last try to make the formatting check in fuzzer work
|
2021-04-30 00:38:40 +03:00 |
|
Alexander Kuzmenkov
|
36593d5cc3
|
reinitialize the connection after errors
|
2021-04-28 13:26:23 +03:00 |
|
Alexander Kuzmenkov
|
bb675e7d11
|
fix a typo in query formatting check in fuzzer
|
2021-04-28 13:19:18 +03:00 |
|
Alexey Milovidov
|
a57e82a5b4
|
Fix error
|
2021-04-14 01:04:37 +03:00 |
|
Alexey Milovidov
|
7773b76232
|
Remove wrong code, fix #19283
|
2021-04-13 23:28:45 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Azat Khuzhin
|
f157278b72
|
Safer SCOPE_EXIT
It executes the code in the dtor, that should never throw.
|
2021-04-06 21:10:37 +03:00 |
|
Alexey Milovidov
|
7a54558a29
|
Improve usability of clickhouse-client
|
2021-04-05 05:49:13 +03:00 |
|
Alexander Kuzmenkov
|
f85b089292
|
Merge pull request #21466 from ClickHouse/aku/frame-formatting
add query formatting idempotence check to fuzzer
|
2021-03-18 17:57:11 +03:00 |
|
Alexander Kuzmenkov
|
bb460dd7f4
|
fix
|
2021-03-17 21:55:06 +03:00 |
|
Alexander Kuzmenkov
|
9018ad3979
|
Merge remote-tracking branch 'origin/aku/frame-formatting' into HEAD
|
2021-03-17 21:52:31 +03:00 |
|
Alexander Kuzmenkov
|
9b1d256f54
|
clang-tidy......
|
2021-03-17 21:44:43 +03:00 |
|
Alexander Kuzmenkov
|
cb92d578e1
|
Update programs/client/Client.cpp
|
2021-03-17 18:57:13 +03:00 |
|
Alexander Kuzmenkov
|
bb17f14d83
|
fix
|
2021-03-17 18:55:53 +03:00 |
|
Alexander Kuzmenkov
|
6403198c84
|
check formatting only for the queries we can execute
|
2021-03-16 02:19:16 +03:00 |
|
Alexander Kuzmenkov
|
e485a27dc1
|
some fixes
|
2021-03-15 22:45:45 +03:00 |
|
alexey-milovidov
|
53e21443eb
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-14 12:27:17 +03:00 |
|
Alexander Kuzmenkov
|
ec19b69d8c
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-03-12 23:53:48 +03:00 |
|
Alexander Kuzmenkov
|
508953ca00
|
more debug info
|
2021-03-12 23:53:26 +03:00 |
|