Nikita Mikhaylov
|
f0a65522cc
|
Merge pull request #14333 from hczhcz/patch-0901
Add JSONStrings formats
|
2020-09-10 17:54:42 +04:00 |
|
Artem Zuikov
|
48f29ae11f
|
Fix bug in Decimal scale (#14603)
|
2020-09-09 16:18:58 +03:00 |
|
Vasily Nemkov
|
3973a17530
|
MySql datatypes dateTime64 and decimal (#11512)
|
2020-09-09 15:18:02 +03:00 |
|
hcz
|
d8fce448a2
|
Implement null_as_default for JSONStrings formats
|
2020-09-09 15:47:32 +08:00 |
|
Kruglov Pavel
|
70be9b152c
|
Add custom null representation in tsv
|
2020-09-08 15:39:24 +03:00 |
|
Alexey Milovidov
|
e3924b8057
|
Fix "Arcadia"
|
2020-09-08 01:14:13 +03:00 |
|
Artem Zuikov
|
7c20aa2c62
|
Another 256-bit integers (strict 32 bytes) (#14229)
|
2020-09-04 16:33:02 +03:00 |
|
alexey-milovidov
|
adf50fd774
|
Merge pull request #13761 from zhang2014/improvement/date_time
ISSUES-4006 add precision argument for DateTime type
|
2020-09-02 05:12:35 +03:00 |
|
Artem Zuikov
|
d304d522cc
|
Refactoring: rename types to allow change bigint library (#14219)
|
2020-09-01 12:54:50 +03:00 |
|
hcz
|
babd3beec0
|
Fix nullable data parsing
|
2020-09-01 17:48:19 +08:00 |
|
Alexander Kuzmenkov
|
134aae89f3
|
Merge pull request #14110 from 4ertus2/decimal
Fix Decimal to Float conversion and toDecimal256() function
|
2020-08-31 17:08:49 +03:00 |
|
Artem Zuikov
|
724b38adc9
|
isDecimalOverflow() function
|
2020-08-27 04:14:10 +03:00 |
|
Artem Zuikov
|
fe5db661ce
|
fix decimal to float conversion and toDecimal256()
|
2020-08-26 15:26:12 +03:00 |
|
zhang2014
|
3318b6ea00
|
ISSUES-4006 try fix build failure
|
2020-08-21 13:09:41 +08:00 |
|
zhang2014
|
e44975df3b
|
ISSUES-4006 try fix test failure
|
2020-08-19 23:39:36 +08:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
zhang2014
|
bdb20738e5
|
ISSUES-4006 compatible DateTime64
|
2020-08-19 13:19:36 +08:00 |
|
zhang2014
|
ade8c19b57
|
ISSUES-4006 try fix build & test failure
|
2020-08-16 13:21:38 +08:00 |
|
zhang2014
|
fb1417db71
|
ISSUES-4006 try fix test failure
|
2020-08-16 01:08:03 +08:00 |
|
zhang2014
|
4ad267571e
|
ISSUES-4006 remove unused code
|
2020-08-15 21:43:44 +08:00 |
|
zhang2014
|
43839a97b6
|
ISSUES-4006 add factor with DateTime type
|
2020-08-15 21:29:24 +08:00 |
|
tavplubix
|
4aff48dc3f
|
Merge pull request #10851 from zhang2014/feature/materialize_mysql_database
ISSUES-4006 support MaterializeMySQL database engine
|
2020-08-12 15:59:28 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
zhang2014
|
c173bd391f
|
ISSUES-4006 try fix build & test failure
|
2020-08-04 10:31:27 +08:00 |
|
zhang2014
|
b76f218d90
|
ISSUES-4006 add mysql dml test
|
2020-08-04 10:31:27 +08:00 |
|
zhang2014
|
59465b58c2
|
ISSUES-4006 fix cmake
|
2020-08-04 10:31:25 +08:00 |
|
zhang2014
|
0336a4ad58
|
ISSUES-4006 suport synchronous MySQL incremental data[part 2]
|
2020-08-04 10:31:23 +08:00 |
|
Nikita Mikhaylov
|
4d49d2c671
|
another removes
|
2020-07-30 13:31:14 +03:00 |
|
alexey-milovidov
|
795c09fdbb
|
Merge pull request #12662 from ildus/simple_aggr_for_minmap_maxmap
Add minMap and maxMap support to SimpleAggregateFunction
|
2020-07-28 00:03:34 +03:00 |
|
alexey-milovidov
|
7935b6a9f7
|
Merge pull request #12635 from ClickHouse/alter_non_metadata
Add setting allow_non_metadata_alters
|
2020-07-22 16:29:14 +03:00 |
|
Ildus Kurbangaliev
|
0d82c02710
|
add minMap and maxMap support to SimpleAggregateFunction
|
2020-07-22 12:21:10 +02:00 |
|
alesapin
|
daaa5cc382
|
Add setting allow_non_metadata_alters
|
2020-07-21 17:05:30 +03:00 |
|
Alexey Milovidov
|
10355a2850
|
Make behaviour of remainder of division for floating point numbers compatible with most of DBMS #7323
|
2020-07-20 04:03:46 +03:00 |
|
alexey-milovidov
|
88e9003c35
|
Update DataTypeNullable.cpp
|
2020-07-11 00:29:07 +03:00 |
|
Maxim Sabyanin
|
40f7ec71d3
|
add setting output_format_pretty_grid_charset
This setting allows to chose charset for printing grids (either UTF-8 or
ASCII).
|
2020-07-10 22:25:49 +03:00 |
|
alexey-milovidov
|
3f0c257389
|
Merge pull request #12275 from ClickHouse/supertype-low-cardinality
Supertype for LowCardinality
|
2020-07-08 14:27:48 +03:00 |
|
Alexey Milovidov
|
60c1ffc892
|
Implement supertype for LowCardinality
|
2020-07-08 01:26:43 +03:00 |
|
Alexey Milovidov
|
1f978022c5
|
Implement getLeastSuperType for LowCardinality #8212
|
2020-07-08 01:10:23 +03:00 |
|
Nikita Mikhaylov
|
d31ed58f01
|
done
|
2020-07-06 17:33:31 +03:00 |
|
Nikolai Kochetov
|
3f51419889
|
Fix tests.
|
2020-07-02 18:26:44 +03:00 |
|
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 |
|