Alexey Milovidov
|
fe94a15092
|
Merge branch 'master' into dictionaries-user-profile
|
2019-02-04 17:11:53 +03:00 |
|
Alexey Milovidov
|
11223939e5
|
Miscellaneous modification in CMake
|
2019-02-04 17:07:01 +03:00 |
|
BayoNet
|
37b1d8369c
|
Docapi 4994 registry (#4214)
|
2019-02-04 16:30:28 +03:00 |
|
alexey-milovidov
|
7bd76c89de
|
Merge pull request #4243 from yandex/generic-case-for-function-if
Generic case for function if
|
2019-02-04 03:20:38 +03:00 |
|
Alexey Milovidov
|
bd04320f13
|
Added performance test
|
2019-02-04 01:27:19 +03:00 |
|
Alexey Milovidov
|
1f72b0fb16
|
Disable JIT compilation for comparison of Date and DateTime and conditional operator
|
2019-02-04 01:11:28 +03:00 |
|
Alexey Milovidov
|
59318c2ad9
|
Disable JIT compilation for comparison of Date and DateTime and conditional operator
|
2019-02-04 01:08:17 +03:00 |
|
Ivan Blinkov
|
c0a99bf3a1
|
Update upcoming events
|
2019-02-03 23:38:42 +03:00 |
|
Alexey Milovidov
|
2129094ba3
|
Merge branch 'master' into generic-case-for-function-if
|
2019-02-03 16:01:56 +03:00 |
|
alexey-milovidov
|
91d0d403a2
|
Merge pull request #3890 from zhang2014/fix/ISSUES-3885
ISSUES-3885 temporarily disable predicate optimization for order by
|
2019-02-03 12:10:20 +03:00 |
|
Alexey Milovidov
|
526b33f607
|
Added a test
|
2019-02-03 11:49:49 +03:00 |
|
Alexey Milovidov
|
ad9d5217ec
|
Updated test
|
2019-02-03 11:43:00 +03:00 |
|
Alexey Milovidov
|
bf19e73386
|
Added generic case for function "if"
|
2019-02-03 11:41:25 +03:00 |
|
alexey-milovidov
|
ad2f6b4db3
|
Merge pull request #4237 from valexey/date_and_datetime_comparison
correct Date and DateTime comparison
|
2019-02-02 20:58:07 +03:00 |
|
alexey-milovidov
|
592d56ac69
|
Update FunctionsComparison.h
|
2019-02-02 20:57:36 +03:00 |
|
alexey-milovidov
|
450c575c7e
|
Merge pull request #4230 from bsd-conqueror/missing_password_value
Fixed the issue when --password was used without a value
|
2019-02-02 20:53:15 +03:00 |
|
alexey-milovidov
|
fb297b78ba
|
Update ConnectionParameters.h
|
2019-02-02 20:52:57 +03:00 |
|
alexey-milovidov
|
69c18786cb
|
Update Client.cpp
|
2019-02-02 20:50:57 +03:00 |
|
alexey-milovidov
|
2e082d9a9e
|
Merge pull request #4233 from yurriy/server-help-option
Server help option
|
2019-02-02 20:49:03 +03:00 |
|
alexey-milovidov
|
a3afe6650f
|
Merge pull request #4232 from syominsergey/my-branch
"-C" option for client and show problematic file path
|
2019-02-02 20:47:28 +03:00 |
|
alexey-milovidov
|
14f208b9a3
|
Merge pull request #4239 from danlark1/master
produce hints for typo functions and types
|
2019-02-02 20:42:35 +03:00 |
|
alexey-milovidov
|
c411362b75
|
Merge pull request #4234 from igron99/check_instructions_at_start
Check instructions at start
|
2019-02-02 20:07:49 +03:00 |
|
alexey-milovidov
|
fa644e1778
|
Update BaseDaemon.cpp
|
2019-02-02 20:07:20 +03:00 |
|
Alexey
|
ce83b82776
|
test sql syntax fix
|
2019-02-02 09:00:29 -08:00 |
|
Danila Kutenin
|
3d00aaa7d8
|
test for typos
|
2019-02-02 19:09:24 +03:00 |
|
Yuriy Baranov
|
defc6bbcf4
|
added positional arguments description
|
2019-02-02 15:37:54 +00:00 |
|
Sergei Semin
|
cc8bac78da
|
add tests
|
2019-02-02 18:32:21 +03:00 |
|
Alexey
|
baa1ae9cf7
|
upper case for SQL in tests
|
2019-02-02 07:30:47 -08:00 |
|
Alexey
|
8c73b49e34
|
empty line on the end of file for tests
|
2019-02-02 07:20:10 -08:00 |
|
Alexey
|
ff02845677
|
tests
|
2019-02-02 07:19:06 -08:00 |
|
Danila Kutenin
|
f6acd59929
|
fix brace
|
2019-02-02 18:15:53 +03:00 |
|
Danila Kutenin
|
9c7b62e95b
|
fix function
|
2019-02-02 18:13:31 +03:00 |
|
Danila Kutenin
|
7d6e4083fa
|
fix snake_case
|
2019-02-02 18:08:45 +03:00 |
|
Alexey
|
fc417a4e62
|
code cleanup
|
2019-02-02 07:02:57 -08:00 |
|
alexey-milovidov
|
7e5786a2e2
|
Merge pull request #4236 from kvinty/kvinty-pdqsort
Use pdqsort instead of std::sort in ORDER BY
|
2019-02-02 17:58:10 +03:00 |
|
alexey-milovidov
|
d6a8244043
|
Update find_pdqsort.cmake
|
2019-02-02 17:57:22 +03:00 |
|
Danila Kutenin
|
5e62a0825a
|
produce hints for typo functions and types
|
2019-02-02 17:54:50 +03:00 |
|
Sergei Semin
|
adfc3bf5b3
|
fix typo
|
2019-02-02 17:43:36 +03:00 |
|
Sergei Semin
|
3f92350c2b
|
rename config file parameter name
|
2019-02-02 17:40:29 +03:00 |
|
alexey-milovidov
|
e3b32ec679
|
Merge pull request #4231 from fandyushin/queryid
Added Query-Id to http response header
|
2019-02-02 17:38:13 +03:00 |
|
BSD_Conqueror
|
fbb3fee9af
|
Fixed a mistype
|
2019-02-02 17:35:51 +03:00 |
|
Mihail Fandyushin
|
7b51139a80
|
fixed review notes; remove nullptr
|
2019-02-02 17:35:35 +03:00 |
|
Yuriy Baranov
|
e6101f3531
|
removed help message header
|
2019-02-02 14:33:08 +00:00 |
|
Sergei Semin
|
f3bbb07337
|
remove extra brackets
|
2019-02-02 17:29:54 +03:00 |
|
Sergei Semin
|
21cc1f6488
|
add another option for client configuration file
|
2019-02-02 17:28:37 +03:00 |
|
objatie_groba
|
5f0eec91a3
|
Minor code style fix. V2
|
2019-02-02 17:23:48 +03:00 |
|
Alexey
|
84bbc83192
|
use common time for Date and DateTime comparisons
|
2019-02-02 06:23:44 -08:00 |
|
Yuriy Baranov
|
a97c8a43a7
|
moved include outside ssl includes
|
2019-02-02 14:05:27 +00:00 |
|
Sergei Semin
|
c7b52af1f8
|
Revert "treat "-C" as "-c" parameter for clickhouse-client"
This reverts commit 6ed2a4d4
|
2019-02-02 17:01:10 +03:00 |
|
Yuriy Baranov
|
0296c9a941
|
removed duplicate include
|
2019-02-02 14:00:33 +00:00 |
|