Commit Graph

18681 Commits

Author SHA1 Message Date
Nikolai Kochetov
8b658f091d Fix test. 2018-09-07 21:00:53 +03:00
chertus
ad77505137 implement CAST Strings to UUID [issue-3061] 2018-09-07 19:38:40 +03:00
Nikolai Kochetov
3d06fc4217 Added test with prewhere and sampling. [#CLICKHOUSE-3969] 2018-09-07 19:11:15 +03:00
Nikolai Kochetov
6e41be3476 Avoid removing columns used in sample expression in prewhere actions. [#CLICKHOUSE-3969] 2018-09-07 19:01:21 +03:00
proller
acb0855577
Try fix ssl test (#3070) 2018-09-07 18:43:35 +03:00
chertus
d7bb629195 Merge branch 'master' into refactoring 2018-09-07 17:39:22 +03:00
chertus
0b35cdae69 refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
CurtizJ
a0ee183826 whitespaces 2018-09-07 17:21:11 +03:00
CurtizJ
3e854df5a5 remove code duplicates 2018-09-07 17:18:15 +03:00
CurtizJ
7c2fef0c1a fix getting value from const column 2018-09-07 17:06:10 +03:00
Alexey Milovidov
41ded9273e Added suggestion by nvartolomei; added links [#CLICKHOUSE-2] 2018-09-07 16:02:52 +03:00
CurtizJ
8fc1ddd646 fix arguments check 2018-09-07 15:36:56 +03:00
alesapin
cc26e1ec5e Merge branch 'master' of github.com:yandex/ClickHouse 2018-09-07 14:52:03 +03:00
alesapin
e8438572ad CLICKHOUSE-3894: Fixes in tests 2018-09-07 14:51:51 +03:00
Ivan Blinkov
4b43fdd3f2
More docs fixes (#3068)
* lost backtick

* back to short examples on docs front page

* publish sitemap_static.xml too

* add link to "fa" sitemap

* add "fa" to robots.txt
2018-09-07 13:27:44 +03:00
CurtizJ
a784b828ce Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-3723.3 2018-09-07 13:02:07 +03:00
Nikolai Kochetov
8200827723 Added test for prewhere with virtual column. [#CLICKHOUSE-3965] 2018-09-07 11:11:48 +03:00
Alexey Milovidov
476ff57528 Merge branch 'master' of github.com:yandex/ClickHouse 2018-09-07 04:51:49 +03:00
Alexey Milovidov
cac07628b2 Added comment [#CLICKHOUSE-3939] 2018-09-07 04:49:26 +03:00
robot-clickhouse
3b73262e72 Auto version update to [18.12.8] [54407] 2018-09-07 04:43:52 +03:00
Alexey Milovidov
199d8734f9 Fixed race condition in DROP/CREATE MergeTree tables [#CLICKHOUSE-3939] 2018-09-07 04:39:48 +03:00
Alexey Milovidov
836bf136e3 Added support for CLion in PreLoad.cmake [#CLICKHOUSE-2] 2018-09-07 03:24:59 +03:00
robot-clickhouse
ae45b68ba2 Auto version update to [18.12.7] [54407] 2018-09-07 02:41:09 +03:00
alexey-milovidov
794be10ecd
Merge pull request #3065 from yandex/fix-prewhere-with-aliases-3
Fix prewhere with aliases 3
2018-09-07 02:39:35 +03:00
Nikolai Kochetov
a6b51d1fc7 Fix virtual columns for prewhere with aliases. 2018-09-06 22:18:38 +03:00
alesapin
bf15d002a3 Merge 2018-09-06 22:15:37 +03:00
alesapin
790b4b3eca Fix build 2018-09-06 22:13:49 +03:00
CurtizJ
83677e4e44 better code 2018-09-06 22:13:47 +03:00
alexey-milovidov
28db035d2b
Merge pull request #3063 from blinkov/master
Various improvements for docs & website
2018-09-06 21:50:25 +03:00
Nikolai Kochetov
af47426401 Merge branch 'master' into fix-prewhere-with-aliases-3 2018-09-06 21:49:25 +03:00
alesapin
f751f72e1a Fix virtual destructor 2018-09-06 21:44:38 +03:00
Alexey Milovidov
98b835ea52 Fixed build [#CLICKHOUSE-2] 2018-09-06 21:44:12 +03:00
Nikolai Kochetov
8593145794 Merged with master 2018-09-06 21:30:03 +03:00
CurtizJ
e4a1ba728d better error code 2018-09-06 21:28:43 +03:00
Ivan Blinkov
93e91a17bd docs build fixes 2018-09-06 21:24:00 +03:00
Ivan Blinkov
3186a2f273 revert more harmful patches 2018-09-06 21:15:16 +03:00
Ivan Blinkov
4784a945c1 restore NULL literal section in query_language/syntax.md 2018-09-06 21:13:20 +03:00
alexey-milovidov
580683310b
Merge pull request #2990 from alesapin/master
CLICKHOUSE-3800: Add Cache for compiled expression.
2018-09-06 21:12:08 +03:00
Ivan Blinkov
cdbae550b1 revert query_language/syntax.md 2018-09-06 21:12:08 +03:00
Ivan Blinkov
8796fa43be re-apply useful patch parts to select.md 2018-09-06 21:11:25 +03:00
alexey-milovidov
5057b15fab
Merge pull request #3047 from 4ertus2/decimal
Decimal improvements
2018-09-06 21:11:06 +03:00
Ivan Blinkov
d6c4377594 revert some more harmful patches 2018-09-06 21:07:25 +03:00
proller
db13ef96d6 Fix ssl init (#3056)
* Try to fix ../libs/libglibc-compatibility/glibc-compatibility.c:151: multiple definition of `explicit_bzero'
contrib/ssl/crypto/libcrypto.a(explicit_bzero.c.o):../contrib/ssl/crypto/compat/explicit_bzero.c:16: first defined here

* Fix ssl init

* fix

* noncopyable

* clean
2018-09-06 21:05:33 +03:00
alexey-milovidov
0597184d96
Merge pull request #3060 from proller/fix8
Try fix crash in StorageBuffer
2018-09-06 21:04:43 +03:00
CurtizJ
7e2519a127 fix wrong code 2018-09-06 21:02:41 +03:00
Ivan Blinkov
702885ebb4 revert query_language/alter.md 2018-09-06 21:00:21 +03:00
CurtizJ
fb923dcbf5 aggregate function states addition 2018-09-06 20:59:23 +03:00
Ivan Blinkov
eb48d070f3 revert operations/utils/clickhouse-local.md 2018-09-06 20:58:37 +03:00
Ivan Blinkov
1da546a2eb fixes for url.md 2018-09-06 20:57:13 +03:00
Ivan Blinkov
1ea4a177fa revert operations/table_engines/file.md 2018-09-06 20:54:19 +03:00