alexey-milovidov
|
b1602a5e62
|
Merge pull request #3887 from yandex/remove-alter-primary-key
Remove ALTER MODIFY PRIMARY KEY command
|
2018-12-20 22:21:08 +03:00 |
|
Alexey Zatelepin
|
b7afe46dfd
|
remove ALTER MODIFY PRIMARY KEY command [#CLICKHOUSE-4214]
|
2018-12-20 21:57:20 +03:00 |
|
alexey-milovidov
|
f85857d8ff
|
Merge pull request #3826 from yandex/missing-sql-compatibility-functions
Additional functions for SQL compatibility
|
2018-12-20 20:51:05 +03:00 |
|
Ivan Blinkov
|
f63aa0eb3b
|
Support MySQL-style syntax for DATE_ADD and similar functions
|
2018-12-20 11:22:24 +03:00 |
|
proller
|
6869771ae4
|
Fix includes
|
2018-12-19 20:57:51 +03:00 |
|
chertus
|
cbf3c34cf3
|
minor improvement in ExpressionAnalyzer + array join
|
2018-12-19 16:13:51 +03:00 |
|
Ivan Blinkov
|
0352c5a57c
|
Introduce DATE_ADD/DATE_SUB/TIMESTAMP_ADD/TIMESTAMP_SUB #3705
|
2018-12-19 14:37:14 +03:00 |
|
Ivan Blinkov
|
f88b497555
|
Introduce common parser for interval kind names and use it for DATE_DIFF, EXTRACT and INTERVAL (allows to use same set of aliases in them)
|
2018-12-19 13:27:07 +03:00 |
|
Ivan Blinkov
|
c5cb1573b5
|
One more kind of aliases for DATE_DIFF
|
2018-12-18 18:47:27 +03:00 |
|
Ivan Blinkov
|
a378b919af
|
Add a bunch of aliases to DATE_DIFF interval names
|
2018-12-18 18:28:13 +03:00 |
|
Ivan Blinkov
|
5abfcfcd48
|
Support proper syntax for dateDiff
|
2018-12-18 17:40:30 +03:00 |
|
Ivan Blinkov
|
362948e891
|
Introduce quarter interval kind as 3 months (in preparation for #3705)
|
2018-12-18 16:16:48 +03:00 |
|
Ivan Blinkov
|
b7566a8d4d
|
Add manual implementation of trim base case (without character override)
|
2018-12-17 23:07:31 +03:00 |
|
Ivan Blinkov
|
2279058f0d
|
Simplify right(expr, length) function to be just an alias to substring(expr, -length)
|
2018-12-14 14:42:49 +03:00 |
|
Ivan Blinkov
|
649716bea1
|
fix incorrect escaping
|
2018-12-14 12:26:55 +03:00 |
|
Ivan Blinkov
|
69f2667d63
|
fix style errors
|
2018-12-13 19:41:56 +03:00 |
|
Ivan Blinkov
|
180311b42b
|
Introduce regexpQuoteMeta function to properly handle regexp special chars in TRIM #3714
|
2018-12-13 15:58:00 +03:00 |
|
Ivan Blinkov
|
034265f044
|
Introduce TRIM/LTRIM/RTRIM functions #3714
|
2018-12-13 14:50:37 +03:00 |
|
Ivan Blinkov
|
3209ac84d0
|
Rewrite LEFT and RIGHT functions to corresponding SUBSTRING calls #3712
|
2018-12-13 12:34:12 +03:00 |
|
chertus
|
3dd36cee14
|
Merge branch 'master' into joins
|
2018-12-10 19:20:45 +03:00 |
|
Ivan Blinkov
|
6a90abc543
|
Support SUBSTRING(expr FROM start FOR length)
|
2018-12-10 15:54:02 +03:00 |
|
chertus
|
0c49c19592
|
fix style
|
2018-12-08 01:02:33 +03:00 |
|
chertus
|
e26c3327cf
|
fix lost AST chenges in InDepthNodeVisitor
|
2018-12-07 17:24:47 +03:00 |
|
chertus
|
75af882cf3
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
|
alexey-milovidov
|
48b30edcf5
|
Merge branch 'master' into alter-order-by
|
2018-12-02 21:06:38 +03:00 |
|
Nikolai Kochetov
|
540a99c93a
|
Fix engine parsing in create query.
|
2018-11-28 19:52:46 +03:00 |
|
Alexey Zatelepin
|
57f25e978a
|
update comments and docs [#CLICKHOUSE-3859]
|
2018-11-28 18:12:44 +03:00 |
|
Alexey Zatelepin
|
1b27fb046d
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/programs/server/Server.cpp
|
2018-11-28 16:47:07 +03:00 |
|
Alexey Milovidov
|
0dfa73221c
|
Removed temporary compatibility fix for Yandex.Metrika. [#CLICKHOUSE-2]
|
2018-11-28 13:37:08 +03:00 |
|
Alexey Zatelepin
|
d3d9242462
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Parsers/ASTAlterQuery.h
dbms/src/Parsers/ParserAlterQuery.cpp
dbms/src/Storages/AlterCommands.cpp
dbms/src/Storages/AlterCommands.h
|
2018-11-26 16:01:48 +03:00 |
|
Alexey Milovidov
|
c77930fe30
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
|
Alexey Milovidov
|
141e9799e4
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
|
Sabyanin Maxim
|
3a67b505c5
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-4032
|
2018-11-22 16:54:10 +03:00 |
|
proller
|
1d40c2c871
|
Better link and deps (#3631)
* try fix 1
* Better deps
* fix
* fix
* fix
* Update CMakeLists.txt
* Update CMakeLists.txt
* fix
* fix
* fix
* disable old
* Update find_odbc.cmake
|
2018-11-21 22:20:27 +03:00 |
|
Sabyanin Maxim
|
035049d1a8
|
make modify column comment work
|
2018-11-15 01:46:39 +03:00 |
|
Alexey Zatelepin
|
29b34365e6
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Interpreters/ExpressionAnalyzer.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp
|
2018-11-13 16:27:19 +03:00 |
|
Alexey Zatelepin
|
8b85822192
|
store original key ASTs, and not extracted ASTExpressionLists [#CLICKHOUSE-3859]
|
2018-11-13 16:14:44 +03:00 |
|
Alexey Zatelepin
|
4036ec83af
|
write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859]
|
2018-11-13 16:13:34 +03:00 |
|
Alexey Zatelepin
|
02337242b5
|
ALTER MODIFY ORDER BY syntax [#CLICKHOUSE-3859]
|
2018-11-13 16:13:10 +03:00 |
|
Alexey Zatelepin
|
580146eedb
|
add primary key syntax [#CLICKHOUSE-3859]
|
2018-11-13 16:12:14 +03:00 |
|
Sabyanin Maxim
|
befaea63d2
|
add is_mutable method to AlterCommand. change comment column test
|
2018-11-13 15:08:07 +03:00 |
|
Sabyanin Maxim
|
b869cfed9a
|
fixed couple of mistakes.
|
2018-11-12 18:45:35 +03:00 |
|
Ivan Lezhankin
|
b01acc8917
|
Fix style
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
56f0f6194f
|
Refactor parsing of 'WITH NAME'
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
126ff55fa7
|
Forgot about 'WITH NAME …' statement part.
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
03e6a29eb2
|
Implement 'ALTER … FREEZE' command.
Need some tests!
|
2018-11-12 15:26:14 +03:00 |
|
proller
|
5678d1ed98
|
Build fixes (#3545)
* StorageSystemContributors clean
* Fix
* ARM fixes
* Fix arm compile
* fix
* Fix macos?
* Fix includes
* fix
* fix
* Try fix apple build part 1
* Fix identation
* Fix static libc++ in clang
* fix arm build
* better
* fix
* fix
* better check-include
|
2018-11-10 23:09:07 +03:00 |
|
Sabyanin Maxim
|
f8f2779f7b
|
make ColumnComment just a hashmap
|
2018-11-08 15:03:42 +03:00 |
|
Sabyanin Maxim
|
dacd999d4f
|
Merge branch 'master' into CLICKHOUSE-4032
|
2018-11-06 16:50:07 +03:00 |
|
Sabyanin Maxim
|
bdcdc15b1e
|
fixed comment test.
remove ColumnComment struct.
style fixes
|
2018-11-06 16:26:43 +03:00 |
|