Commit Graph

19868 Commits

Author SHA1 Message Date
Alexey Milovidov
89f3fd07f5 Fixed issue in test #3257 2018-10-09 21:53:35 +03:00
Alexey Milovidov
ccbe39b4d3 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-09 21:43:33 +03:00
Alexey Milovidov
eda0784feb clickhouse-test: removed obsolete comment #3223 2018-10-09 21:43:23 +03:00
robot-clickhouse
bc162437fb Auto version update to [18.14.3] [54409] 2018-10-09 21:29:01 +03:00
Alexey Milovidov
458b0f256a Added test by Champtar #3223 2018-10-09 21:20:46 +03:00
Alexey Milovidov
9a50300e42 Minor modifications #3223 2018-10-09 21:14:30 +03:00
Alexey Milovidov
e4b4b5a4fc Better diagnostic for JSONEachRow format #3223 2018-10-09 21:06:52 +03:00
alexey-milovidov
052fc2b674
Merge pull request #3223 from veloman-yunkan/jsoneachrow_bugfix
Fix for issue #3297
2018-10-09 21:05:51 +03:00
CurtizJ
5f2f1f589f interpret empty null_value as default value 2018-10-09 20:43:25 +03:00
Alex Zatelepin
85ca64bf15
Update alter.md 2018-10-09 20:29:40 +03:00
Alex Zatelepin
7aa54e7022
Update alter.md 2018-10-09 20:28:51 +03:00
alesapin
32c6d0c699
Merge pull request #3182 from VadimPE/CLICKHOUSE-3947
CLICKHOUSE-3947 add LIKE and IN () for ODBC and MySQL
2018-10-09 20:12:32 +03:00
chertus
ee40c0cec9 undo changes from another pull request 2018-10-09 20:02:30 +03:00
chertus
c7bf0e77ea add get64() for Decimal32 and Decimal64; remove allow_experimental_decimal_type setting [issue-3282] 2018-10-09 19:50:42 +03:00
Alexandr Krasheninnikov
27f288641e Fix config reference, header inclusion and failed tests 2018-10-09 18:03:41 +03:00
chertus
b360fc895a comment for TranslateQualifiedNamesVisitor [CLICKHOUSE-4001] 2018-10-09 17:41:19 +03:00
Alexey Milovidov
574c4da419 Updated tips (tnx. Vladislav U. from the Telegram chat) [#CLICKHOUSE-2] 2018-10-09 17:38:59 +03:00
chertus
ec8d3b388d move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
Alexey Milovidov
227ff8c606 Fixed comment [#CLICKHOUSE-2] 2018-10-09 17:30:05 +03:00
VadimPE
bcf8d5517e CLICKHOUSE-3947 fix const 2018-10-09 17:21:19 +03:00
alexey-milovidov
69036b3da6
Merge pull request #3327 from sjoerdmulder/patch-2
Fix invalid documentation
2018-10-09 17:13:24 +03:00
VadimPE
da712d0036 CLICKHOUSE-3947 fix copy-paste and const 2018-10-09 17:13:08 +03:00
Ivan Blinkov
013602c269 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-09 16:19:18 +03:00
Ivan Blinkov
065e52bf7e conclude merge 2018-10-09 16:19:08 +03:00
alesapin
20fcc11497
Merge pull request #3321 from yandex/test_for_fileopen
CLICKHOUSE-3943: Add test for FileOpen metric
2018-10-09 15:15:20 +03:00
chertus
20b733aaf0 Merge branch 'master' into joins 2018-10-09 13:47:01 +03:00
Sjoerd Mulder
f305b01d6f
Update russian 2018-10-09 12:34:46 +02:00
Sjoerd Mulder
9914f6b18d
keep_alive is seconds not millis 2018-10-09 12:27:52 +02:00
Artem Zuikov
568890f7f7
Merge pull request #3316 from yandex/docs-dictionary-1
[docs] link Dictionary engine to Dictionaries docs
2018-10-09 13:19:05 +03:00
alesapin
9946154908 CLICKHOUSE-3943: Rename FLUSH SYSTEM TABLES query to FLUSH LOGS, better tests 2018-10-09 13:05:27 +03:00
谢磊
093ede9111 add faq zh translate (#3323)
* add faq zh translate

* add faq zh translate --> remove soft md link

* add faq zh translate --> add apache hadoop link
2018-10-09 09:53:47 +03:00
chertus
f21c4c898e Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
alesapin
9576c0e86d Add flush system tables 2018-10-08 21:09:14 +03:00
alesapin
ee78e27fa8 Move test to sh 2018-10-08 19:58:44 +03:00
alesapin
8333f63e12 Add log_queries setting 2018-10-08 19:35:59 +03:00
alesapin
c7065b6bd8 CLICKHOUSE-3943: Add test for FileOpen metric 2018-10-08 18:55:55 +03:00
Ivan Blinkov
bff05fa7ff
Some international docs improvements (#3320)
* s/ch/zh/g as it is the correct ISO code

* Add new languages to easy_edit.sh

* Better site_name in docs

* Fix a bunch of links in zh docs

* remove extra trailing slashes
2018-10-08 18:51:16 +03:00
Ivan Blinkov
5ad6e09666 remove extra trailing slashes 2018-10-08 18:47:02 +03:00
Ivan Blinkov
d1e15e9b1b Fix a bunch of links in zh docs 2018-10-08 18:45:38 +03:00
Ivan Blinkov
54fc23bfed Better site_name in docs 2018-10-08 18:45:18 +03:00
Ivan Blinkov
540e21b7d3 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-08 18:15:22 +03:00
sundyli
5ab6d9274a add interface zh translate (#3318) 2018-10-08 18:15:08 +03:00
VadimPE
79b6b8476a CLICKHOUSE-3947 add tests 2018-10-08 18:05:23 +03:00
Ivan Blinkov
3c68972c1c Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-08 16:51:25 +03:00
Winter Zhang
046580a17d Add Chinese document for index (#3317) 2018-10-08 16:50:45 +03:00
Artem Zuikov
af0e743b94
fix wrong description 2018-10-08 16:25:17 +03:00
Artem Zuikov
5f5221a149
[docs] link Dictionary engine to Dictionaries docs 2018-10-08 16:13:11 +03:00
Ivan Blinkov
0cade6e60c Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-08 15:54:48 +03:00
Ivan Blinkov
bcfafc9a40 Add new languages to easy_edit.sh 2018-10-08 14:16:41 +03:00
Ivan Blinkov
6bf9f1205f
s/ch/zh/g as it is the correct ISO code (#3315) 2018-10-08 13:27:49 +03:00