Alexey Milovidov
b6e31f0a5e
Only allow Enum extension within the same width
2020-06-28 22:39:31 +03:00
Alexey Milovidov
1462a66d1e
Fix typos
2020-06-27 22:05:00 +03:00
Alexey Milovidov
cda2687195
Merge branch 'master' into fix-fpe-datetime64
2020-06-23 22:45:45 +03:00
Alexey Milovidov
c51c2656eb
Fix bad code
2020-06-23 20:39:30 +03:00
Alexander Kuzmenkov
442b78db5b
Merge pull request #11865 from ClickHouse/aku/sum-with-overflow
...
Support sumWithOverflow as SimpleAggregateFunction
2020-06-23 09:12:39 +03:00
Alexey Milovidov
112f6153a7
Fix strange code
2020-06-23 01:06:25 +03:00
Alexander Kuzmenkov
a257ce63a8
Support sumWithOverflow as SimpleAggregateFunction
2020-06-22 17:32:52 +03:00
Alexander Tokmakov
18ec373369
support (un)signed modifiers for integer types
2020-06-22 14:45:45 +03:00
Alexey Milovidov
d9e7fe3735
Improve error message for Decimal CAST
2020-06-20 16:34:22 +03:00
Alexander Tokmakov
5a6b70f5c1
Merge branch 'master' into multiword_data_type
2020-06-18 17:10:19 +03:00
Alexander Tokmakov
acd0d3c528
separate parser for data type
2020-06-18 17:09:24 +03:00
Alexey Milovidov
3c023fe8b8
Remove old non-automated tests
2020-06-17 10:45:51 +03:00
Alexey Milovidov
0a6054eece
Merge branch 'master' into return-not-nullable-from-count-distinct-2
2020-06-16 22:31:33 +03:00
Alexander Kuzmenkov
82b5ada130
Merge pull request #11650 from ksvladimir/master
...
Allow using groupArrayArray and groupUniqArrayArray as SimpleAggregateFunction
2020-06-15 21:29:57 +03:00
Alexey Milovidov
fdc8f7ad14
Merge branch 'master' into avoid-trailing-whitespaces-in-some-cases
2020-06-15 06:52:14 +03:00
Alexander Tokmakov
045f804879
Merge branch 'master' into multiword_data_type
2020-06-15 00:35:17 +03:00
Alexey Milovidov
db0fc6c9a6
Fix tests
2020-06-14 21:24:25 +03:00
Alexey Milovidov
394fb64a9c
Better way of implementation
2020-06-14 20:42:11 +03:00
Alexey Milovidov
44221139e9
Fix test
2020-06-14 07:35:50 +03:00
Volodymyr Kuznetsov
713f8f0b22
Added groupArrayArray and groupUniqArrayArray to SimpleAggregateFunction
2020-06-13 17:21:33 -07:00
alexey-milovidov
13ceaa4779
Merge pull request #11554 from Enmk/extractAllGroups-Horizontal-and-Vertical
...
extractAllGroupsHorizontal and extractAllGroupsVertical
2020-06-12 16:56:14 +03:00
Vasily Nemkov
50a184acac
extractAllGroupsHorizontal and extractAllGroupsVertical
...
Split tests, fixed some error messages
Fixed test and error reporting of extractGroups
2020-06-11 11:03:17 +03:00
Vitaly Baranov
d6e16629ae
Merge pull request #11028 from Potya/master
...
Support numeric parameters in Number and String data types
2020-06-10 23:23:59 +03:00
Alexey Milovidov
ef7b054443
Speed up merging in AggregatingMergeTree
2020-06-09 00:53:32 +03:00
potya
80496628e3
Add better code
2020-06-07 23:02:57 +03:00
Alexander Kuzmenkov
435f53e05a
Improve error messages
...
Also support fmt for exception messages, the same way we use it in
logging macros.
2020-06-04 20:50:29 +03:00
Alexey Milovidov
6eb6d8f3fd
Get rid of annoying trailing whitespaces in CREATE query
2020-06-02 00:11:08 +03:00
Alexey Milovidov
f47320cb96
Added clarification #10678
2020-05-31 17:28:44 +03:00
Alexey Milovidov
de2f7a0a9d
Regenerate ya.make after #10678
2020-05-31 17:26:00 +03:00
alexey-milovidov
bebc6f82fc
Merge pull request #10678 from livace/add_geo_types
...
Add geo data types Point and Polygon
2020-05-31 17:25:15 +03:00
Alexey Milovidov
26395709a1
Regenerate ya.make to prepare for #10678
2020-05-31 17:24:11 +03:00
Alexey Ilyukhov
1b0c9fae6c
Fix style
2020-05-30 23:15:35 +03:00
Alexey Ilyukhov
853872b404
Fix style
2020-05-30 21:37:32 +03:00
Alexey Ilyukhov
b84c8fcbd8
Add allow_experimental_geo_types; add test
2020-05-30 18:26:19 +03:00
potya
3ee757df86
Fix style errors
2020-05-27 15:13:35 +03:00
potya
2919f6710c
Add some multiword data types
2020-05-26 23:58:51 +03:00
Vasily Nemkov
28a2cc0a82
Functions {to,from}UnixTimestamp64{Milli,Micro,Nano}
...
* Family of functions to convert DateTime64 to Int64 and back, usefull for
imporintg/exporting raw timestamp values of certain precision.
* Docs
* Tests
* Fixed ya.make
2020-05-26 16:42:22 +03:00
potya
aea97ba9e4
Fix types and add complex test
2020-05-25 20:10:44 +03:00
potya
927de75a47
Fix problems
2020-05-25 14:53:12 +03:00
Alexey Milovidov
2df7813177
Whitespaces
2020-05-23 14:52:45 +03:00
potya
0b51e25a69
Support numeric parameters in VARCHAR, VARBINARY, INT... data types (e.g. VARCHAR(255)) and ignore them completely.
2020-05-19 02:53:41 +03:00
Alexey Milovidov
08ff5b5966
Add NCHAR and NVARCHAR synonims
2020-05-18 22:13:13 +03:00
Alexey Ilyukhov
a65923b028
Add comments
2020-05-17 17:02:41 +03:00
Alexey Milovidov
d1d070fa8d
More type aliases
2020-05-17 11:35:08 +03:00
Alexey Milovidov
6029b6d7bd
Added REAL; remove Int1/2/4; remove LONG because it has conflict meaning in MySQL and MS Access
2020-05-17 11:22:59 +03:00
Alexey Milovidov
c701ccbec0
Merge branch 'master' of https://github.com/Potya/ClickHouse into Potya-master
2020-05-17 11:19:37 +03:00
alexey-milovidov
2ec9d1e9ab
Merge pull request #10512 from ClickHouse/fix-ubsan-decimal-parse
...
Fix UBSan report in Decimal parse
2020-05-17 10:46:03 +03:00
alexey-milovidov
7a220b7659
Update DataTypesDecimal.cpp
2020-05-17 08:12:33 +03:00
Alexey Milovidov
a5d35bfdfb
Better code
2020-05-17 06:18:52 +03:00
Alexey Milovidov
0636ea9f38
Add overflow check in Decimal parse
2020-05-17 06:16:58 +03:00