Alexey Milovidov
|
0abde09572
|
dbms: added tests for UnionBlockInputStream [#METR-2944].
|
2014-11-30 15:01:46 +03:00 |
|
Alexey Milovidov
|
b84b192ba4
|
dbms: fixed test [#METR-13988].
|
2014-11-30 08:58:54 +03:00 |
|
Alexey Milovidov
|
4e64d5198c
|
dbms: fixed test [#METR-13919].
|
2014-11-30 08:40:41 +03:00 |
|
Alexey Milovidov
|
76ba1f053b
|
dbms: aggregation by arrays: added test [#METR-13933].
|
2014-11-28 05:41:54 +03:00 |
|
Alexey Milovidov
|
cd54727557
|
dbms: added few tests [#METR-13933].
|
2014-11-28 05:29:35 +03:00 |
|
Andrey Mironov
|
8f9373c3d7
|
dbms: add test for concat n-ary const with nonconst segfault.
|
2014-11-25 23:07:06 +03:00 |
|
Alexey Milovidov
|
be73e48c46
|
dbms: fixed error when writing tuple of date or datetime elements in pretty formats (tnx. hertz) [#METR-2944].
|
2014-11-23 07:00:18 +03:00 |
|
Alexey Milovidov
|
53fc3b7cd2
|
dbms: improved tests [#METR-2944].
|
2014-11-22 23:56:14 +03:00 |
|
Alexey Milovidov
|
1f67c192fd
|
dbms: added tests [#METR-13262].
|
2014-11-22 05:36:49 +03:00 |
|
Alexey Milovidov
|
d7a1abbbdc
|
Merge
|
2014-11-22 05:22:30 +03:00 |
|
Andrey Mironov
|
811565b5b1
|
dbms: implement appendTrailingCharIfAbsent, refactor concat. [#METR-13772]
|
2014-11-21 20:42:51 +03:00 |
|
Andrey Mironov
|
813742e5d7
|
dbms: add intDivOrZero function. [#METR-13159]
|
2014-11-21 17:28:39 +03:00 |
|
Pavel Kartavyy
|
14c231c055
|
dbms: filtered tables in 'show tables from' query [#METR-13667]
|
2014-11-13 16:02:12 +03:00 |
|
Andrey Mironov
|
731be3e7cf
|
Merge
|
2014-11-12 13:37:47 +03:00 |
|
Andrey Mironov
|
ccc770e5ab
|
dbms: add tests for defaulted columns. [#METR-12739]
|
2014-11-11 19:41:51 +03:00 |
|
Andrey Mironov
|
4e43304cd7
|
dbms: add reference file for concat test.
|
2014-11-07 22:01:46 +03:00 |
|
Andrey Mironov
|
fe49e06e46
|
dbms: implement concat for arbitrary arity (> 0). [#METR-12888]
|
2014-11-07 21:42:00 +03:00 |
|
Alexey Milovidov
|
ae56793530
|
dbms: fixed error with filtering by set of tuples with elements that fit in 128 bits [#METR-13322].
|
2014-11-06 06:03:40 +03:00 |
|
Andrey Mironov
|
11a7b05f48
|
dbms: add tests for ip coding functions with non-const arguments. [#METR-13151]
|
2014-10-31 15:57:41 +03:00 |
|
Andrey Mironov
|
5465bb3d50
|
dbms: add tests for IPv4/6 coding functions. [#METR-13151]
|
2014-10-31 15:03:35 +03:00 |
|
Alexey Milovidov
|
425263970f
|
dbms: improved performance of aggregation by one numeric key (up to: 2x for UInt8, 5x for UInt16, 1.1x for UInt32, UInt64) [#METR-2944].
|
2014-10-29 04:18:50 +03:00 |
|
Alexey Milovidov
|
199837baa4
|
dbms: fixed error in formatting [#METR-2944].
|
2014-10-24 03:30:48 +04:00 |
|
Andrey Mironov
|
934149d59a
|
Merge
|
2014-10-23 16:16:24 +04:00 |
|
Alexey Milovidov
|
d3664eac89
|
dbms: added setting replication_alter_partitions_sync [#METR-13158].
|
2014-10-18 23:14:09 +04:00 |
|
Alexey Milovidov
|
f26b265eed
|
Merge
|
2014-10-18 21:37:55 +04:00 |
|
Alexey Milovidov
|
8d0bdffdff
|
dbms: addition to prev. revision [#METR-13204].
|
2014-10-14 23:12:49 +04:00 |
|
Alexey Milovidov
|
1c16466214
|
dbms: fixed error when sorting result of ARRAY JOIN by empty arrays [#METR-13204].
|
2014-10-14 22:39:38 +04:00 |
|
Andrey Mironov
|
43deee45c9
|
dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739]
|
2014-10-13 18:35:40 +04:00 |
|
Alexey Milovidov
|
82467eca80
|
dbms: improved checking types in IN [#METR-13087].
|
2014-10-08 02:19:48 +04:00 |
|
Alexey Milovidov
|
3ff8c7ff26
|
dbms: fixed error [#METR-13087].
|
2014-10-07 02:46:18 +04:00 |
|
Alexey Milovidov
|
b32586f851
|
dbms: added tests for prev. revision [#METR-12901].
|
2014-09-24 22:07:39 +04:00 |
|
Andrey Mironov
|
08a4ba91ef
|
add tests for date arithmetic.
|
2014-09-24 15:53:41 +04:00 |
|
Pavel Kartavyy
|
1a73e77463
|
dbms: fixed exception in TinyLog when it is empty [#METR-12532]
|
2014-09-10 20:49:18 +04:00 |
|
Alexey Milovidov
|
0019c0ef57
|
dbms: fixed error [#METR-12412].
|
2014-08-20 08:57:03 +04:00 |
|
Alexey Milovidov
|
3c6a79f02b
|
dbms: added tests [#METR-12383].
|
2014-08-19 02:54:18 +04:00 |
|
Alexey Milovidov
|
9e0976aef4
|
dbms: updated tests [#METR-2944].
|
2014-08-10 02:40:09 +04:00 |
|
Alexey Milovidov
|
9a946d73b9
|
dbms: fixed error with formatting floating point literals in query [#METR-2944].
|
2014-08-10 02:36:07 +04:00 |
|
Alexey Milovidov
|
69ba035488
|
dbms: fixed error with function negate on UInt32 [#METR-2944].
|
2014-08-09 06:29:03 +04:00 |
|
Pavel Kartavyy
|
7f7d512f03
|
dbms: added check query [#METR-11709]
|
2014-08-05 14:53:27 +04:00 |
|
Pavel Kartavyy
|
2d9f08cb41
|
dbms: updated test for check query [#METR-11709]
|
2014-08-05 14:53:26 +04:00 |
|
Pavel Kartavyy
|
b34c8e47ab
|
dbms.StorageLog: added support for checkData query [#METR-11709]
|
2014-08-05 14:53:26 +04:00 |
|
Pavel Kartavyy
|
cf1afb1bd1
|
dbms: FileChecker moved to separate class [#METR-11709]
|
2014-08-05 14:53:26 +04:00 |
|
Michael Kolupaev
|
ba11ae3be5
|
clickhouse-test: skipping tests with "zookeeper" in name when no zookeeper seems to be available. [#METR-2807]
|
2014-07-31 17:53:57 +04:00 |
|
Michael Kolupaev
|
1d9af86c39
|
added test (previous commit claimed to add it but did not). [#METR-11886]
|
2014-07-17 18:43:58 +04:00 |
|
Michael Kolupaev
|
df852d2b5c
|
added test, fixed test. [#METR-11886]
|
2014-07-17 18:41:43 +04:00 |
|
Michael Kolupaev
|
32b1a52dc1
|
dbms: fixed test. [#METR-11886]
|
2014-07-14 20:00:57 +04:00 |
|
Michael Kolupaev
|
bcc81b712d
|
dbms: added reference file for test. [#METR-11886]
|
2014-07-14 16:31:00 +04:00 |
|
Michael Kolupaev
|
02d04e4bfd
|
dbms: added test. [#METR-11886]
|
2014-07-14 16:09:15 +04:00 |
|
Alexey Milovidov
|
4c7226627c
|
dbms: fixed error with formatting of date-times with 1970-01-01 dates [#METR-11873].
|
2014-07-10 22:53:09 +04:00 |
|
Alexey Milovidov
|
22afae3b4a
|
dbms: added test [#METR-11370].
|
2014-07-07 02:32:37 +04:00 |
|