Alexey Milovidov
|
be7c5227d3
|
Parsing floats correctly #1665
|
2018-01-12 00:20:10 +03:00 |
|
Alexey Milovidov
|
3c9c884db8
|
Better #1665
|
2018-01-11 23:02:04 +03:00 |
|
Alexey Milovidov
|
8ff93487e3
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |
|
Alexey Milovidov
|
f5ecb2db5d
|
Better [#CLICKHOUSE-2].
|
2017-12-01 20:49:12 +03:00 |
|
Alexey Milovidov
|
725bd4046f
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-20 07:36:46 +03:00 |
|
alexey-milovidov
|
19e0cd879d
|
Extended date parsing (#1495)
* Allowed to parse Date in YYYY-mM-dD format [#CLICKHOUSE-3].
* Allowed to parse Date in YYYY-mM-dD format [#CLICKHOUSE-3].
|
2017-11-15 05:08:55 +03:00 |
|
Alexey Milovidov
|
dfdc3ba680
|
Revert "Enable YYYY-mM-dD parsing."
This reverts commit e1fb55cc99 .
|
2017-11-15 05:08:12 +03:00 |
|
Amos Bird
|
e1fb55cc99
|
Enable YYYY-mM-dD parsing.
This patch makes ClickHouse be able to parse DateTime string like '2017-2-3',
'2017-02-3' and '2017-2-03' correctly.
|
2017-11-15 05:07:52 +03:00 |
|
Alexey Milovidov
|
60477a9aaa
|
Enhanced time zones support: the DateTime data type can track time zone [#CLICKHOUSE-3402].
|
2017-11-09 22:25:21 +03:00 |
|
Alexey Milovidov
|
86c46ad1bd
|
Unification [#CLICKHOUSE-2].
|
2017-09-15 15:16:12 +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
|
46b5c9ce03
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-08-10 02:57:54 +03:00 |
|
Alexey Milovidov
|
6edb14ba6b
|
Fixed garbage [#CLICKHOUSE-2].
|
2017-08-09 04:35:12 +03:00 |
|
Alexey Milovidov
|
3a0bf8e642
|
Fixed error after merge [#CLICKHOUSE-3150].
|
2017-07-21 09:55:33 +03:00 |
|
Guillaume Tassery
|
57b4066da8
|
Improve performance for deserialization/serialization of UUID type
|
2017-07-19 19:26:37 +03:00 |
|
Alexey Milovidov
|
2bd84600d1
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-07-11 04:20:40 +03:00 |
|
Guillaume Tassery
|
2ec96fe822
|
Make UUID as a strong type
|
2017-07-06 16:50:29 +02: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 |
|
Guillaume Tassery
|
d6ab06437a
|
Remove mention of UUID type for dictonnary
|
2017-07-03 18:08:32 +02: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 Zatelepin
|
6768ebd53f
|
less strict parse() functions (restore compatibility with JDBC driver) [#CLICKHOUSE-2949]
|
2017-06-27 18:58:33 +03:00 |
|
Alexey Milovidov
|
dbc61a6a43
|
Added support for SQL-style quoting [#CLICKHOUSE-20].
|
2017-06-25 06:43:37 +03:00 |
|
proller
|
4db8d09de9
|
Reorganize includes. part 1 (#921)
* Make libunwind optional. Allow use custom libcctz
* fix
* Fix
* fix
* Update BaseDaemon.cpp
* Update CMakeLists.txt
* Reorganize includes. part 1
* Update dbms_include.cmake
* Reorganize includes. part 2
* Reorganize includes. part 3
* dbms/src/Common/ThreadPool -> libs/libcommon
* Reorganize includes. part 4
* Fix print_include_directories
* Update thread_creation_latency.cpp
* Update StringRef.h
|
2017-06-23 23:22:35 +03:00 |
|
Alexey Milovidov
|
604de2bfeb
|
Better [#DEVTOOLS-3381].
|
2017-06-21 04:24:05 +03:00 |
|
Alexey Milovidov
|
47484b4bed
|
Tiny modifications [#DEVTOOLS-3381].
|
2017-06-20 00:06:46 +03:00 |
|
Alexey Milovidov
|
10f5543a49
|
Revert "Add support for skipping whitespaces"
This reverts commit 704a79ee6c .
|
2017-06-13 09:09:59 +03:00 |
|
alexey-milovidov
|
3f6cccaaa1
|
Merge pull request #834 from luc1ph3r/Add-performance-test
Add performance test
|
2017-06-13 07:20:01 +03:00 |
|
Vitaliy Lyudvichenko
|
7ab88b8055
|
Fix HTTP sessions test. [#CLICKHOUSE-3]
|
2017-06-07 22:06:43 +03:00 |
|
Alexey Milovidov
|
862a304db2
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-01 16:41:58 +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 |
|
ivanzhukov
|
704a79ee6c
|
Add support for skipping whitespaces
|
2017-05-09 21:53:47 +03:00 |
|
Alexey Milovidov
|
41e97787e3
|
Less dependencies [#CLICKHOUSE-2].
|
2017-04-16 08:40:17 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|