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 |
|
Alexey Milovidov
|
36836faf62
|
Full support for Decimal #3721
|
2018-12-19 05:43:09 +03:00 |
|
Alexey Milovidov
|
cf68f08099
|
Merge branch 'feature/roundDown-function' of https://github.com/persiyanov/ClickHouse into persiyanov-feature/roundDown-function
|
2018-12-19 03:29:21 +03:00 |
|
Ivan Blinkov
|
362948e891
|
Introduce quarter interval kind as 3 months (in preparation for #3705)
|
2018-12-18 16:16:48 +03:00 |
|
alexey-milovidov
|
cea269883c
|
Merge pull request #3803 from yandex/low-cardinality-native-format-conversion-2
LowCardinality support for old clients, part 2
|
2018-12-10 21:03:43 +03:00 |
|
Nikolai Kochetov
|
1a6127dce4
|
Remove LowCardinality from NativeBlockOutputStream types for old clients.
|
2018-12-10 15:09:37 +03:00 |
|
alexey-milovidov
|
0fdb3b9628
|
Merge branch 'master' into issue-3578
|
2018-12-07 23:53:34 +03:00 |
|
Nikolai Kochetov
|
2bb57ce472
|
Support insertion into LowCardinality from old native clients.
|
2018-12-06 17:08:42 +03:00 |
|
chertus
|
3db00b7b98
|
Merge branch 'master' into issue-3578
|
2018-12-05 14:43:14 +03:00 |
|
Persiyanov Dmitriy Andreevich
|
be91c76dd2
|
Merge branch 'master' into feature/roundDown-function
|
2018-11-30 19:07:49 +03:00 |
|
Persiyanov Dmitriy Andreevich
|
614af51fb7
|
test
|
2018-11-29 03:32:52 +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 |
|
Alexey Milovidov
|
7d6fffff48
|
More style checks [#CLICKHOUSE-3]
|
2018-11-24 04:48:06 +03:00 |
|
Nikolai Kochetov
|
560e0a04d0
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 19:09:07 +03:00 |
|
Nikolai Kochetov
|
de16f36256
|
Fix functions with low cardinality argumant and array result.
|
2018-11-23 18:59:45 +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 |
|
Alexey Milovidov
|
7febe64c82
|
Failproof #3589
|
2018-11-21 06:19:29 +03:00 |
|
Alexey Milovidov
|
7e6d9ed82b
|
Correct calculation of avg_value_size_hint #3589
|
2018-11-21 06:18:42 +03:00 |
|
Alexey Milovidov
|
31561ef25a
|
Fixed error; added test #3589
|
2018-11-21 06:09:56 +03:00 |
|
Alexey Milovidov
|
2cef50669a
|
Better error message #3589
|
2018-11-21 05:40:23 +03:00 |
|
Alexey Milovidov
|
78e72a1962
|
Little better #3624
|
2018-11-20 23:09:20 +03:00 |
|
Alexey Milovidov
|
2f3b4ba851
|
Better exception message [#CLICKHOUSE-4143]
|
2018-11-19 15:31:26 +03:00 |
|
chertus
|
811b824b01
|
AddingDefaultsBlockInputStream fixed types optimisation
|
2018-11-15 23:26:51 +03:00 |
|
Amos Bird
|
3cf2177268
|
Flexible fields assignment
Field f;
before:
f = Int64(-42);
after:
f = -42;
|
2018-10-24 08:47:33 +08:00 |
|
chertus
|
d4699bd9d2
|
fix FieldToDataType for Decimal128
|
2018-10-22 11:25:11 +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 |
|
Alexey Milovidov
|
f720a5bf95
|
Fixed typos in code #3373
|
2018-10-13 17:33:43 +03:00 |
|
chertus
|
688b5aa8e4
|
Conditional for UUID [CLICKHOUSE-4016]
|
2018-10-12 14:23:05 +03:00 |
|
chertus
|
94c9a544f2
|
If for Decimal (basic support) [CLICKHOUSE-3765]
|
2018-10-10 21:37:54 +03:00 |
|
Nikolai Kochetov
|
97add69825
|
Rename WithDictionary to LowCardinality.
|
2018-09-28 13:44:59 +03:00 |
|
alexey-milovidov
|
03d85227d1
|
Merge pull request #3229 from yandex/fix-datetime-conversion-when-inserting-in-values-format
Fix conversion between Date and DateTime when inserting in VALUES format and "input_format_values_interpret_expressions" is true
|
2018-09-27 00:20:04 +03:00 |
|
Alexey Milovidov
|
e90484db77
|
Fix conversion between Date and DateTime when inserting in VALUES format and "input_format_values_interpret_expressions" is true #3226
|
2018-09-26 22:43:10 +03:00 |
|
chertus
|
4442437396
|
minor fix
|
2018-09-26 18:34:53 +03:00 |
|
chertus
|
a564b05ec7
|
supertypes for decimal and ints [issue-3218]
|
2018-09-26 17:59:23 +03:00 |
|
chertus
|
96ceca6c05
|
fix decimal to int, int to decimal convertion [issue-3177]
|
2018-09-25 19:03:50 +03:00 |
|
alexey-milovidov
|
b1eb66c03e
|
Merge branch 'master' into low-cardinality-fixes
|
2018-09-21 13:43:37 +03:00 |
|
alexey-milovidov
|
4a54a1c310
|
Merge pull request #3138 from yandex/low-cardinality-group-by
Low cardinality group by
|
2018-09-21 13:38:20 +03:00 |
|
Nikolai Kochetov
|
3e742a6b55
|
Review fixes.
|
2018-09-21 12:49:43 +03:00 |
|
Alexey Milovidov
|
47934d1cce
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-09-20 23:21:37 +03:00 |
|
Alexey Milovidov
|
d95300eb7f
|
Less dependencies [#CLICKHOUSE-2]
|
2018-09-20 23:21:29 +03:00 |
|
Nikolai Kochetov
|
ce8329d802
|
Fix test with names tuples.
|
2018-09-20 20:36:16 +03:00 |
|
Nikolai Kochetov
|
2df05cf620
|
Fix native deserealization for nullable low cardinality.
|
2018-09-19 17:43:07 +03:00 |
|
Nikolai Kochetov
|
1c611e2ad5
|
Fix low cardinality column deserialization from empty stream. #3114
|
2018-09-19 13:27:46 +03:00 |
|
chertus
|
0300256a07
|
add comment
|
2018-09-18 19:29:44 +03:00 |
|
chertus
|
ba2f1a17b2
|
refactoring: class DataTypeWithSimpleSerialization [CLICKHOUSE-2]
|
2018-09-18 16:31:51 +03:00 |
|
alexey-milovidov
|
a26e6935da
|
Merge pull request #3123 from Enmk/Issue_2093_Support_arbitrary_type_for_ranges_in_range_hashed_dictionary
Added support of int-based types: Int\UInt(8,16,32), Date, DateTime f…
|
2018-09-14 22:10:13 +03:00 |
|
chertus
|
57260bbd6a
|
math funcs for decimal (Float64 inside) [CLICKHOUSE-3765]
|
2018-09-14 17:40:51 +03:00 |
|
Nikolai Kochetov
|
3dc5cd3a3a
|
Merged with master.
|
2018-09-14 12:14:37 +03:00 |
|
Nikolai Kochetov
|
787e814e4c
|
Low cardinality group by signle column. [#CLICKHOUSE-3903]
|
2018-09-14 11:03:02 +03:00 |
|