Commit Graph

20028 Commits

Author SHA1 Message Date
alexey-milovidov
3024bf2e3b
Merge pull request #3397 from yandex/fix-vertical-merge-of-multidimensional-nested-structures
Fix vertical merge of multidimensional nested structures
2018-10-17 02:05:37 +03:00
Alexey Milovidov
63bb074ba7 Added a test from Matt Robenolt #2662 2018-10-17 00:46:42 +03:00
Alexey Milovidov
781332d57c Added another test from Kirill Shvakov just in case #2231 2018-10-17 00:34:10 +03:00
Alexey Milovidov
faffe1e82a Added test [#CLICKHOUSE-3901] 2018-10-17 00:27:07 +03:00
Alexey Milovidov
7c4d24ce39 Added comment [#CLICKHOUSE-3901] 2018-10-17 00:25:45 +03:00
Alexey Milovidov
98543b7c41 Fixed vertical merge of multidimensional Nested structures [#CLICKHOUSE-3901] 2018-10-17 00:22:41 +03:00
Alexey Milovidov
6d6e237ac9 More simple test [#CLICKHOUSE-3901] 2018-10-16 23:51:12 +03:00
Alexey Milovidov
b6e9a2b293 Added fixture [#CLICKHOUSE-3901] 2018-10-16 23:48:13 +03:00
chertus
27d66a45c3 extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
Ivan Blinkov
cfd2a77ed4 Smaller font to avoid second line 2018-10-16 19:39:18 +03:00
Ivan Blinkov
769813f342 Add Amsterdam meetup link 2018-10-16 19:34:46 +03:00
robot-clickhouse
fcce722c26 Auto version update to [18.14.9] [54409] 2018-10-16 15:58:16 +03:00
alesapin
457f8fd495
Merge pull request #3389 from yandex/CLICKHOUSE-4067
CLICKHOUSE-4067: Fixes in odbc dictionaries. Now dictionaries receive…
2018-10-16 15:37:23 +03:00
chertus
4071155043 better ActionsVisitor extraction [CLICKHOUSE-3996] 2018-10-16 15:34:20 +03:00
Ivan Blinkov
be65b4247c More front page links tuning 2018-10-16 15:18:37 +03:00
Ivan Blinkov
dd3548194d Add twitter link to front page 2018-10-16 14:41:53 +03:00
VadimPE
070eae2ae6 fix name 2018-10-16 14:38:49 +03:00
Ivan Blinkov
101401b2a8 Remove some outdated comment 2018-10-16 14:09:06 +03:00
Ivan Blinkov
f4c55f3afe Update some links on front page 2018-10-16 14:08:34 +03:00
VadimPE
868c1bd70b ISSUES-2581 2018-10-16 13:52:15 +03:00
Ivan Blinkov
8623cb232c
WIP on docs/website (#3383)
* CLICKHOUSE-4063: less manual html @ index.md

* CLICKHOUSE-4063: recommend markdown="1" in README.md

* CLICKHOUSE-4003: manually purge custom.css for now

* CLICKHOUSE-4064: expand <details> before any print (including to pdf)

* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit

* CLICKHOUSE-3306: add few http headers

* Remove copy-paste introduced in #3392

* Hopefully better chinese fonts #3392

* get rid of tabs @ custom.css

* Apply comments and patch from #3384

* Add jdbc.md to ToC and some translation, though it still looks badly incomplete

* minor punctuation

* Add some backlinks to official website from mirrors that just blindly take markdown sources

* Do not make fonts extra light

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}

* Remove outdated stuff from roadmap.md

* Not so light font on front page too

* Refactor Chinese formats.md to match recent changes in other languages
2018-10-16 13:47:17 +03:00
alesapin
c2ca99980f More stable test 2018-10-16 13:27:21 +03:00
chertus
e6e28d2451 Merge branch 'master' into joins 2018-10-16 13:10:32 +03:00
Ivan Blinkov
e936c97c53 Refactor Chinese formats.md to match recent changes in other languages 2018-10-16 13:07:32 +03:00
Artem Zuikov
3359ba06c3
Merge pull request #3391 from 4ertus2/decimal
fix for Decimal128 group by [issue-3378]
2018-10-16 13:07:11 +03:00
Ivan Blinkov
b0d9606a78 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-16 13:02:47 +03:00
Ivan Blinkov
747ef2ad08 Not so light font on front page too 2018-10-16 13:02:31 +03:00
Ivan Blinkov
848ca3bf95 Remove outdated stuff from roadmap.md 2018-10-16 13:01:15 +03:00
Ivan Blinkov
10da7f20f0 find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {} 2018-10-16 12:41:29 +03:00
Ivan Blinkov
71e030323e find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {} 2018-10-16 12:40:37 +03:00
Ivan Blinkov
89f2886b51 Do not make fonts extra light 2018-10-16 12:38:39 +03:00
proller
ff1598e972
Macos: set ENABLE_EMBEDDED_COMPILER=0 by default (because contrib/llvm temporary broken under macos) (#3382) 2018-10-16 12:30:51 +03:00
alesapin
e37a163c3b CLICKHOUSE-4067: var usage 2018-10-16 12:14:54 +03:00
Ivan Blinkov
ce208ce291 Add some backlinks to official website from mirrors that just blindly take markdown sources 2018-10-16 12:10:07 +03:00
Ivan Blinkov
73d412d2af minor punctuation 2018-10-16 11:11:29 +03:00
Ivan Blinkov
fcebbf709f Add jdbc.md to ToC and some translation, though it still looks badly incomplete 2018-10-16 11:02:14 +03:00
Maksim
9e813f911c Added third-party http client library for python (#3394)
* Added third-party client library for python

* Added third-party client library for python (rus)
2018-10-16 10:42:56 +03:00
Ivan Blinkov
93189cec1b Apply comments and patch from #3384 2018-10-16 10:36:15 +03:00
chertus
29bd00f9f4 simple fix for Decimal128 group by [issue-3378] 2018-10-16 10:31:17 +03:00
Ivan Blinkov
49b812544f get rid of tabs @ custom.css 2018-10-16 10:28:49 +03:00
Ivan Blinkov
6643f40fb5 Hopefully better chinese fonts #3392 2018-10-16 10:28:21 +03:00
Ivan Blinkov
9fad43839c Remove copy-paste introduced in #3392 2018-10-16 10:01:12 +03:00
Ivan Blinkov
d77bb276ff Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-16 09:58:08 +03:00
sundyli
f80e222bc9 Add formats translate (#3392)
* add formats translate && improve some css style in zh

* improve some translate
2018-10-16 09:58:03 +03:00
alesapin
051390cd7f trying to debug 2018-10-15 23:56:01 +03:00
chertus
465cb6d267 fix for Decimal128 group by [issue-3378] 2018-10-15 22:14:08 +03:00
alexey-milovidov
187529907e
Merge pull request #3390 from proller/fix13
clickhouse-odbc#125 : Make TIMESTAMP alias for DateTime type for allowing CAST(x AS TIMESTAMP)
2018-10-15 21:42:04 +03:00
alesapin
f9a6116324 Add missed file 2018-10-15 21:38:52 +03:00
proller
0cf72f9b26 clickhouse-odbc#125 : Make TIMESTAMP alias for DateTime type for allowing CAST(x AS TIMESTAMP) 2018-10-15 18:10:34 +03:00
VadimPE
52deb3932f fix test 2018-10-15 17:55:02 +03:00