Nikolai Kochetov
5e3c0c0238
Supported nullable for runningDifference function. #2590
2018-07-04 20:25:48 +03:00
KochetovNicolai
7a06e6375b
Update CHANGELOG.draft.md
2018-07-04 19:29:58 +03:00
KochetovNicolai
f7e6c1d7f4
Update CHANGELOG.draft.md
2018-07-04 19:13:46 +03:00
Ivan Blinkov
a552bcddbe
Remove Berlin meetup link
2018-07-03 20:53:44 +02:00
Ivan Blinkov
ebaefc7c97
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720
2018-07-03 20:50:16 +02:00
Alex Zatelepin
b1e0e6400b
Update CHANGELOG.md
2018-07-03 13:46:44 +03:00
Alex Zatelepin
a7ec3ede96
Update CHANGELOG.md
2018-07-03 13:46:44 +03:00
Amy Krishnevsky
fa32a6f292
translated changelog
2018-07-03 13:46:44 +03:00
Alexey Zatelepin
48c48c6c9a
add functional test for mutations of Replicated tables [#CLICKHOUSE-3747]
2018-07-02 22:34:15 +03:00
Alexey Zatelepin
84191ecca4
add en docs draft for mutations [#CLICKHOUSE-3687]
2018-07-02 21:27:30 +03:00
Alex Zatelepin
10adc99dd0
Update queries.md
2018-07-02 21:00:21 +03:00
Nikolai Kochetov
67755fe882
Added test. #2580
2018-07-02 20:46:33 +03:00
Nikolai Kochetov
323578c8b6
Reload client connection params before reconnection. #2580
2018-07-02 20:46:33 +03:00
Alexey Milovidov
9845814701
Obfuscator: added heuristic #2518
2018-06-30 22:03:26 +03:00
Alexey Milovidov
394b020869
Fixed potential issue in Obfuscator on illegal UTF-8 source #2518
2018-06-30 02:27:56 +03:00
Alexey Milovidov
33205bba92
Disabled "LOAD DATA LOCAL INFILE" in mysql client because it has security issues [#CLOUDSECURITY-58]
2018-06-29 21:06:07 +03:00
Nikolai Kochetov
f5ecd410ae
Renamed test.
2018-06-29 17:05:02 +03:00
Alexey Zatelepin
3cbced0d2a
add integration test for mutations of Replicated tables [#CLICKHOUSE-3747]
2018-06-29 16:46:28 +03:00
Alexey Milovidov
74a8996367
Updated information about Gentoo (tnx. kmeaw) [#CLICKHOUSE-2]
2018-06-29 15:07:07 +03:00
Amos Bird
900b046943
Add options to enable parsing CSV with single/double quote.
2018-06-29 15:34:55 +08:00
Alexey Milovidov
e994675867
Merge branch 'stavrolia-query_in_form_data'
2018-06-28 20:35:28 +03:00
Alexey Milovidov
d4eefc414c
Merge branch 'query_in_form_data' of https://github.com/stavrolia/ClickHouse into stavrolia-query_in_form_data
2018-06-28 20:34:58 +03:00
alexey-milovidov
b7ac6ac8c1
Update IAST.cpp
2018-06-28 20:25:09 +03:00
Nikolai Kochetov
782caef119
Added IAST::appendColumnName(WriteBuffer &); reimplemented IAST::getColumnName() using it.
2018-06-28 20:25:09 +03:00
Nikolai Kochetov
bd4a899dd3
Reduced the number of IAST::getColumnName() calls in ExpressionAnalyzer.
2018-06-28 20:25:09 +03:00
Nikolai Kochetov
29ef36a270
Added test. [#CLICKHOUSE-3794]
2018-06-28 20:15:12 +03:00
Nikolai Kochetov
acd6c8fafd
Supported array(tuple) arguments for arrayEnumerateUniq function. [#CLICKHOUSE-3794]
2018-06-28 20:15:12 +03:00
Ivan Blinkov
cf7f9a43e8
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720
2018-06-28 19:16:34 +03:00
Ivan Blinkov
811128e83e
merge
2018-06-28 19:16:25 +03:00
Alexey Milovidov
6f21706f65
Added test #2553
2018-06-28 19:05:41 +03:00
Alexey Milovidov
493b67d051
Removed useless file [#CLICKHOUSE-2]
2018-06-28 18:59:39 +03:00
alexey-milovidov
b06801a3d3
Update index.md
2018-06-28 18:15:37 +03:00
alexey-milovidov
d2e399f688
Update index.md
2018-06-28 18:13:29 +03:00
Nikolai Kochetov
ebde528506
Create default macros in global context. [#CLICKHOUSE-3793]
2018-06-28 17:11:09 +03:00
Alexey Zatelepin
b8c4a0ba8e
add docs draft for mutations [#CLICKHOUSE-3687]
2018-06-28 16:52:00 +03:00
Alex Zatelepin
808fe31381
Merge pull request #2526 from yandex/changelog-draft
...
Add ru changelog draft for the upcoming release
2018-06-28 16:45:12 +03:00
Mikhail Surin
c7a305eca3
fix float transform
2018-06-28 16:36:40 +03:00
stavrolia
5966b78d41
add case with external file
2018-06-27 21:53:11 +03:00
Alexey Zatelepin
e0afb1fab1
update changelog for v1.1.54388
2018-06-27 18:55:35 +03:00
robot-metrika-test
e03d523f19
Auto version update to [54388]
2018-06-27 16:10:59 +03:00
Alexey Zatelepin
2447755700
BackgroundSchedulePool: remove task from delayed even it it is currently executing
...
If the task was left in the delayed_tasks set, it could lead to a nasty bug:
delayExecutionThreadFunction() would schedule the task, then it would immediately
go on a next iteration and schedule the same task again. Thus this task would be
continually executing, and other delayed tasks would have no chance to run.
2018-06-27 13:47:58 +03:00
Constantin S. Pan
9cb1d09c20
Update the docs
2018-06-27 10:56:26 +01:00
Alexey Zatelepin
497c635260
Update CHANGELOG_RU.md
2018-06-26 20:21:05 +03:00
Constantin S. Pan
59e7af6926
Add a test with materialized view against null table and lots of data
2018-06-26 16:26:51 +01:00
Alexey Zatelepin
a9968e3a6c
Merge branch 'master' into changelog-draft
...
Conflicts:
CHANGELOG.draft.md
2018-06-26 16:51:58 +03:00
Alexey Zatelepin
2b3282f186
update changelog up to v1.1.54387 tag
2018-06-26 16:50:36 +03:00
Ivan Blinkov
225539bac2
Temporary fix for #2558
2018-06-26 16:14:32 +03:00
Dmitry S..ky / skype: dvska-at-skype
2ed5a7c2dd
typo fixed
2018-06-26 16:13:34 +03:00
Nikolai Kochetov
0eed697623
Fixed typo.
2018-06-26 14:28:24 +03:00
Constantin S. Pan
cc4c4e0b49
Make the test more comprehensive and fix bugs in AggregateFunction implementation of SummingMergeTree
2018-06-26 11:28:42 +01:00