Alexey Milovidov
|
1c50c65057
|
Fixed error [#CLICKHOUSE-3331].
|
2017-10-30 09:02:17 +03:00 |
|
Alexey Milovidov
|
bed7b531a1
|
INTERVAL operators: development [#CLICKHOUSE-3393].
|
2017-10-30 08:39:30 +03:00 |
|
Alexey Milovidov
|
a27981b4ef
|
Get rid of double whitespaces [#CLICKHOUSE-2].
|
2017-10-26 21:36:23 +03:00 |
|
proller
|
d8038cf746
|
Fix: An Error SQL will make server down (#1388)
|
2017-10-23 17:37:46 +03:00 |
|
Alexey Milovidov
|
d29c77adea
|
Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301].
|
2017-09-08 06:47:27 +03:00 |
|
Alexey Milovidov
|
8b313ab99e
|
Fixed warnings found by cppcheck [#CLICKHOUSE-3300].
|
2017-09-08 00:04:48 +03:00 |
|
Alexey Milovidov
|
f51cc679a0
|
Fixed inserting wrong default value for Enums [#CLICKHOUSE-3270].
|
2017-09-02 00:37:57 +03:00 |
|
Alexey Milovidov
|
2af8747164
|
Removed obsolete code [#CLICKHOUSE-3270].
|
2017-09-01 21:21:01 +03:00 |
|
Vitaliy Lyudvichenko
|
0b36305ad3
|
Parse unix timestamps in JSONEachRow format. [#CLICKHOUSE-3268]
|
2017-08-31 20:12:48 +03:00 |
|
Alexey Milovidov
|
495daffa16
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-08-30 21:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
ad40104022
|
Unix timestamp format for DateTime fields in CSV. Resolves #366. [#CLICKHOUSE-3168]
|
2017-08-15 23:22:36 +03:00 |
|
Alexey Milovidov
|
9bbcfbd35c
|
Fixed error [#CLICKHOUSE-2].
|
2017-08-09 04:35:12 +03:00 |
|
Alexey Milovidov
|
6578fb2645
|
Fixed error [#CLICKHOUSE-3191].
|
2017-08-01 00:39:24 +03:00 |
|
Alexey Milovidov
|
e4af70149f
|
Fixed build [#CLICKHOUSE-2].
|
2017-07-28 00:27:10 +03:00 |
|
Vitaliy Lyudvichenko
|
03e5bf9471
|
Add support of parameters in aggregate function constructors. [#CLICKHOUSE-3084]
|
2017-07-25 20:04:10 +03:00 |
|
alexey-milovidov
|
d4d266fa18
|
ColumnConst unification (#1011)
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* Fixed error in ColumnArray::replicateGeneric [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
|
2017-07-21 09:35:58 +03:00 |
|
Alexey Milovidov
|
bfc099ea5f
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-07-17 01:41:15 +03:00 |
|
Alexey Milovidov
|
930c373309
|
Added synonims for few data types for compatibility with Tableau [#CLICKHOUSE-3141].
|
2017-07-16 08:09:47 +03:00 |
|
Alexey Milovidov
|
5f98f4b862
|
Addition to prev. revision [#CLICKHOUSE-3149].
|
2017-07-16 07:11:11 +03:00 |
|
Alexey Milovidov
|
5c3ca0c16e
|
Inverted dependency in DataTypeFactory [#CLICKHOUSE-3149].
|
2017-07-16 07:11:11 +03:00 |
|
Nikolai Kochetov
|
283810e8ab
|
merged with master
|
2017-07-13 23:59:34 +03:00 |
|
Nikolai Kochetov
|
75be0b81d8
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
|
Nikolai Kochetov
|
210f14aaba
|
renamed IDataType::updateAvgValueSizeHints to IDataType::updateAvgValueSizeHint
|
2017-07-13 21:54:17 +03:00 |
|
Nikolai Kochetov
|
985e449bd3
|
added IDataType::updateAvgValueSizeHints; renamed PODArray::allocated_size to PODArray::allocated_bytes; renamed renamed IColumn::allocatedSize to IColumn::allocatedBytes; removed IColumn.h from IDataType.h
|
2017-07-13 19:49:09 +03:00 |
|
Alexey Milovidov
|
4255b81f3f
|
Using lexer (development) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
|
Alexey Milovidov
|
7068d1ff81
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
|
Alexey Milovidov
|
1bab7fc344
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
|
Nikolai Kochetov
|
489af678d5
|
added avg_value_size_hint for NativeBlockInputStream [#CLICKHOUSE-3066]
|
2017-07-12 21:41:08 +03:00 |
|
Alexey Milovidov
|
86eb4d2d06
|
Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343].
* - "Arcadia" is the name of Yandex's monorepo.
|
2017-07-10 07:34:14 +03:00 |
|
Alexey Milovidov
|
16a6eee397
|
Fixed build after merge [#CLICKHOUSE-3].
|
2017-07-10 07:22:36 +03:00 |
|
Alexey Milovidov
|
1040abfd18
|
Fixed build after merge [#CLICKHOUSE-3].
|
2017-07-10 07:16:11 +03:00 |
|
Alexey Milovidov
|
78e905aa3a
|
Fixed build after merge [#CLICKHOUSE-3].
|
2017-07-10 07:10:25 +03:00 |
|
alexey-milovidov
|
b64b243a73
|
Merge pull request #945 from YiuRULE/master
Implement natively uuid type in Clickhouse
|
2017-07-10 07:00:45 +03:00 |
|
Nikolai Kochetov
|
d804855460
|
added FormatSettingsJSON.h
|
2017-07-09 20:16:26 +03:00 |
|
Nikolai Kochetov
|
25ac546e78
|
disabled exception during overriding settings with same value in readonly mode [#CLICKHOUSE-3041]
|
2017-07-09 20:16:26 +03:00 |
|
Nikolai Kochetov
|
63119eda7d
|
updated FormatSettingsJSON
|
2017-07-09 20:16:26 +03:00 |
|
Nikolai Kochetov
|
0ead0ee2f1
|
added FormatSettingsJSON [#CLICKHOUSE-3060]
|
2017-07-09 20:16:26 +03:00 |
|
Guillaume Tassery
|
c6a5083419
|
Fix comparison of UInt128 to Float64
|
2017-07-05 18:29:16 +02:00 |
|
Guillaume Tassery
|
cba9815981
|
Change Uuid to UUID datatype and make UInt128 a generic type
|
2017-07-04 12:42:53 +02:00 |
|
Alexey Milovidov
|
15cf838250
|
Cosmetics [#CLICKHOUSE-2]
|
2017-07-03 21:29:56 +03:00 |
|
Guillaume Tassery
|
525851ec68
|
sync master
|
2017-06-30 22:21:42 +02:00 |
|
Guillaume Tassery
|
1231952fca
|
Implement UUID type and toUuid function
|
2017-06-30 22:01:27 +02:00 |
|
Alexey Milovidov
|
dbc61a6a43
|
Added support for SQL-style quoting [#CLICKHOUSE-20].
|
2017-06-25 06:43:37 +03:00 |
|
Alexey Milovidov
|
a726c68865
|
Check Nullable(... Nullable) early [#CLICKHOUSE-2].
|
2017-06-16 21:39:09 +03:00 |
|
Alexey Milovidov
|
91b5599412
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-06-13 09:22:20 +03:00 |
|
Alexey Milovidov
|
a782f81f8f
|
Moved common code from Functions; fixed build after merge [#CLICKHOUSE-2].
|
2017-06-13 07:45:30 +03:00 |
|
Alexey Milovidov
|
38885d00a3
|
Merge branch 'storage-startup-method'
|
2017-06-07 02:27:16 +03:00 |
|
Alexey Milovidov
|
9c5ddce06d
|
Get rid of .hpp files [#CLICKHOUSE-2].
|
2017-06-06 20:18:32 +03:00 |
|
Alexey Milovidov
|
aba8432477
|
Fixed bad translation [#CLICKHOUSE-3].
|
2017-06-05 23:18:15 +03:00 |
|
KochetovNicolai
|
f9cdae50d9
|
Cast boolean json fields to numbers (#809)
* added readBoolTextWord
* moved json bool cast to DataTypeNumber
|
2017-05-20 17:15:04 +04:00 |
|