Alexey Milovidov
|
8efb3e5ade
|
Initial implementation of XML output format [#METR-20026].
|
2016-02-14 05:37:42 +03:00 |
|
Alexey Milovidov
|
a33ab9cbe1
|
Fixed error when user could override settings in readonly mode, using HTTP interface [#METR-15268].
|
2016-02-12 06:32:05 +03:00 |
|
Alexey Milovidov
|
1cee75e828
|
Added test for sending external tables via HTTP [#METR-2944].
|
2016-02-12 03:58:26 +03:00 |
|
Alexey Milovidov
|
dafece62ef
|
Added support for HTTP compression of POST data [#METR-20041].
|
2016-02-12 03:56:15 +03:00 |
|
Alexey Milovidov
|
421d5a97ad
|
Added support for HTTP compression [#METR-20041].
|
2016-02-12 02:37:16 +03:00 |
|
Alexey Milovidov
|
02958c1c7f
|
dbms: fixed race condition between attaches and download of parts [#METR-19399].
|
2016-02-07 20:31:13 +03:00 |
|
Alexey Milovidov
|
35d1bc10e2
|
dbms: fixed test [#METR-2944].
|
2016-02-07 19:55:57 +03:00 |
|
Alexey Milovidov
|
dc982b1493
|
dbms: CSV format: added support for excessive delimiter at end of row [#METR-19957].
|
2016-02-07 13:23:02 +03:00 |
|
Alexey Milovidov
|
73994ebb08
|
dbms: fixed error; added tests [#METR-19957].
|
2016-02-07 12:53:48 +03:00 |
|
Alexey Milovidov
|
038a6278d5
|
dbms: fixed error with multiple INSERTs in StripeLog [#METR-19901].
|
2016-02-02 23:33:03 +03:00 |
|
Alexey Milovidov
|
14854540ba
|
dbms: added test [#METR-19265].
|
2016-02-01 21:40:27 +03:00 |
|
Alexey Milovidov
|
f9268b6ccb
|
dbms: added test [#METR-19399].
|
2016-01-30 05:50:14 +03:00 |
|
Alexey Milovidov
|
b7d3f0e4d6
|
Merge
|
2016-01-28 03:59:35 +03:00 |
|
Alexey Milovidov
|
113ff27a70
|
dbms: added test [#METR-19835].
|
2016-01-28 03:54:56 +03:00 |
|
Alexey Milovidov
|
5dec54f4b5
|
dbms: improved URL-parsing functions for URLs with parameters without values and "parameters" after fragment identifier [#METR-19806].
|
2016-01-27 00:24:09 +03:00 |
|
Alexey Milovidov
|
9156262de6
|
dbms: added tests [#METR-19767].
|
2016-01-26 04:35:33 +03:00 |
|
Alexey Milovidov
|
dc01ebdf8d
|
dbms: fixed test [#METR-2944].
|
2016-01-19 22:56:09 +03:00 |
|
Alexey Milovidov
|
b9bc60fe5e
|
dbms: fixed test [#METR-19265].
|
2015-12-30 00:40:02 +03:00 |
|
Alexey Milovidov
|
458e0bcb32
|
dbms: fixed test [#METR-19265].
|
2015-12-29 21:40:55 +03:00 |
|
Andrey Mironov
|
19362c0cce
|
dbms: add test for Enums [#METR-19265]
|
2015-12-29 18:17:29 +03:00 |
|
Andrey Mironov
|
40f060fae8
|
dbms: allow type in CAST(expression AS type) without back quotes [#METR-19265]
|
2015-12-25 15:06:17 +03:00 |
|
Alexey Milovidov
|
ce70e528e0
|
dbms: fixed error with max_subquery_depth and GLOBAL subqueries [#METR-19569].
|
2015-12-25 04:37:17 +03:00 |
|
Alexey Milovidov
|
23f8413d74
|
dbms: fixed error with ParserUnsignedInteger (used for tuple element access) [#METR-2944].
|
2015-12-21 19:59:21 +03:00 |
|
Alexey Milovidov
|
1e4def963d
|
dbms: added function 'arrayReduce' [#METR-19264].
|
2015-12-13 13:43:49 +03:00 |
|
Alexey Milovidov
|
0b5220adcf
|
dbms: added test [#METR-19371].
|
2015-12-11 04:54:47 +03:00 |
|
Alexey Milovidov
|
db8d82f13e
|
dbms: Buffer: better [#METR-19249].
|
2015-12-09 09:55:49 +03:00 |
|
Alexey Milovidov
|
6eb47b0db4
|
dbms: fixed error with StorageBuffer [#METR-19249].
|
2015-12-09 09:04:00 +03:00 |
|
Alexey Milovidov
|
3b9466ee08
|
dbms: added test [#METR-19298].
|
2015-12-08 23:05:49 +03:00 |
|
Alexey Milovidov
|
dc7372ab71
|
dbms: fixed error [#METR-19271].
|
2015-12-08 04:17:57 +03:00 |
|
Andrey Mironov
|
d019af9ace
|
dbms: add test for float formatting which has proven problematic [#METR-19166]
|
2015-12-07 15:46:13 +03:00 |
|
Alexey Milovidov
|
6859f2085e
|
dbms: fixed error with TOTALS [#METR-19259].
|
2015-12-04 23:33:38 +03:00 |
|
Alexey Milovidov
|
11aa07ccbc
|
dbms: fixed tests [#METR-17000].
|
2015-12-03 06:56:50 +03:00 |
|
Alexey Milovidov
|
8844334423
|
dbms: external aggregation: development [#METR-17000].
|
2015-12-01 19:58:15 +03:00 |
|
Alexey Milovidov
|
eb4034f7f2
|
dbms: better [#METR-2944].
|
2015-11-29 20:06:30 +03:00 |
|
Alexey Milovidov
|
7e5b79fbe9
|
dbms: added test for merges [#METR-19025].
|
2015-11-27 23:48:55 +03:00 |
|
Alexey Milovidov
|
fb88629d67
|
dbms: added test [#METR-19128].
|
2015-11-27 00:36:23 +03:00 |
|
Alexey Milovidov
|
3a5d47014f
|
dbms: added test result [#METR-18778].
|
2015-11-26 20:28:26 +03:00 |
|
Alexey Milovidov
|
8c8210062a
|
dbms: added support for hex escape sequences in strings [#METR-19072].
|
2015-11-25 06:11:17 +03:00 |
|
Alexey Milovidov
|
26a5aad691
|
dbms: added test (result pending) [#METR-18778].
|
2015-11-24 00:35:42 +03:00 |
|
Alexey Milovidov
|
8a592860ef
|
dbms: improved performance of INSERT SELECT (experimental) [#METR-19025].
|
2015-11-21 19:26:48 +03:00 |
|
Alexey Milovidov
|
659cf5a940
|
dbms: improved performance of ColumnArray::filter [#METR-19022].
|
2015-11-21 06:19:43 +03:00 |
|
Alexey Milovidov
|
4318712300
|
dbms: addition to prev. revision [#METR-18847].
|
2015-11-20 05:29:16 +03:00 |
|
Alexey Milovidov
|
2d8457418f
|
dbms: added test [#METR-18847].
|
2015-11-20 00:43:20 +03:00 |
|
Alexey Milovidov
|
4c778ca1f6
|
dbms: added test (not passing yet) [#METR-18847].
|
2015-11-19 06:38:09 +03:00 |
|
Alexey Milovidov
|
ce0f3da2b2
|
dbms: modified test [#METR-18778].
|
2015-11-15 11:52:21 +03:00 |
|
Alexey Milovidov
|
49580a9048
|
dbms: added aggregate function quantileExactWeighted and companions [#METR-18778].
|
2015-11-15 11:31:08 +03:00 |
|
Alexey Milovidov
|
eb7421640e
|
dbms: added tests [#METR-18778].
|
2015-11-15 08:58:01 +03:00 |
|
Alexey Milovidov
|
8732e7a3f1
|
dbms: improved performance of aggregate function groupArray [#METR-18778].
|
2015-11-15 07:54:56 +03:00 |
|
Alexey Milovidov
|
109eec92ff
|
dbms: fixed error with UNION ALL and subqueries in IN [#METR-18808].
|
2015-11-13 23:50:51 +03:00 |
|
Alexey Milovidov
|
f6cce1f55d
|
dbms: fixed error with -State functions and WITH TOTALS [#METR-18727].
|
2015-11-11 04:28:34 +03:00 |
|
Alexey Milovidov
|
94cf448929
|
dbms: addition to prev. revision [#METR-18748].
|
2015-11-11 00:23:45 +03:00 |
|
Alexey Milovidov
|
d21307c535
|
dbms: fixed error with views [#METR-18748].
|
2015-11-10 23:07:38 +03:00 |
|
Alexey Milovidov
|
52a3b686cd
|
dbms: fixed error; parsing 'ON' expression in JOINs [#METR-18692].
|
2015-11-08 05:42:33 +03:00 |
|
Alexey Milovidov
|
4482871274
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
|
Alexey Milovidov
|
1f08dccab2
|
Merge
|
2015-11-05 15:43:15 +03:00 |
|
Alexey Milovidov
|
4e732a4d65
|
dbms: added test [#METR-18644].
|
2015-11-05 15:42:54 +03:00 |
|
Alexey Milovidov
|
1a01606bf6
|
dbms: fixed error with GLOBAL subqueries and aliases [#METR-18650].
|
2015-11-05 01:02:52 +03:00 |
|
Alexey Milovidov
|
184bdebf18
|
dbms: added test [#METR-18603].
|
2015-10-31 00:24:41 +03:00 |
|
Alexey Milovidov
|
6e18299a45
|
dbms: added test [#METR-18564].
|
2015-10-30 05:39:16 +03:00 |
|
Alexey Milovidov
|
e7aabfe43c
|
dbms: fixed error [#MTRSADMIN-1690].
|
2015-10-30 05:29:53 +03:00 |
|
Andrey Mironov
|
37ba429c1e
|
dbms: handle ALIAS columns differently, support them in ARRAY JOIN. [#METR-18221]
|
2015-10-29 18:42:40 +03:00 |
|
Alexey Milovidov
|
e10a65ff1c
|
dbms: added test [#METRIKASUPP-5937].
|
2015-10-29 03:55:27 +03:00 |
|
Alexey Milovidov
|
9f16f6fb6e
|
dbms: allowed to hashing tuples [#METR-18564].
|
2015-10-29 03:12:04 +03:00 |
|
Alexey Milovidov
|
c9a8f19def
|
dbms: fixed error with tuples of consts [#METR-18586].
|
2015-10-29 00:21:18 +03:00 |
|
Alexey Milovidov
|
d2ba5e1afe
|
dbms: updated test result (meaningless values was changed) [#METR-17109].
|
2015-10-23 20:21:26 +03:00 |
|
Alexey Arno
|
33650462c2
|
Merge
|
2015-10-22 18:31:42 +03:00 |
|
Alexey Milovidov
|
9b0da24558
|
dbms: allowed to GROUP BY constants with no aggregates [#METR-18298].
|
2015-10-22 00:43:42 +03:00 |
|
Alexey Milovidov
|
7fcae3dddd
|
dbms: allowed to parse unix timestamp as DateTime for small unix timestamps [#METR-15790].
|
2015-10-21 22:04:02 +03:00 |
|
Alexey Milovidov
|
7600d9135a
|
dbms: added support for array argument for function reverse [#METR-18022].
|
2015-10-20 00:07:24 +03:00 |
|
Alexey Milovidov
|
a552f7b723
|
dbms: added function arrayStringConcat [#METR-18022].
|
2015-10-19 21:49:52 +03:00 |
|
Alexey Milovidov
|
ea567490b6
|
dbms: fixed (falsely broken) test [#METR-18490].
|
2015-10-19 18:56:33 +03:00 |
|
Alexey Milovidov
|
1eaa3cb309
|
dbms: implemented method getExtremes for ColumnTuple [#METR-18474].
|
2015-10-16 23:32:44 +03:00 |
|
Alexey Milovidov
|
fc745dbfa1
|
dbms: fixed error with removing temporary columns [#METR-18448].
|
2015-10-15 19:10:08 +03:00 |
|
Alexey Arno
|
f4d2d42ea8
|
dbms: Server: Fixed bug in query analysis ordering. [#METR-18155]
|
2015-10-15 14:07:39 +03:00 |
|
Alexey Milovidov
|
7f06d70d45
|
dbms: added test [#METR-18382].
|
2015-10-12 10:15:57 +03:00 |
|
Alexey Milovidov
|
4201a685b5
|
dbms: added support of tuple arguments to comparison functions [#METR-18149].
|
2015-10-12 04:42:47 +03:00 |
|
Alexey Milovidov
|
ff06c18850
|
dbms: fixed error with 'replace' functions [#METR-18401].
|
2015-10-11 07:25:02 +03:00 |
|
Alexey Milovidov
|
75c6e83b71
|
dbms: added test [#METR-18382].
|
2015-10-09 00:29:17 +03:00 |
|
Alexey Milovidov
|
dca0bb0a45
|
dbms: added test [#METR-18361].
|
2015-10-08 06:45:17 +03:00 |
|
Alexey Milovidov
|
49852e67fb
|
dbms: added tests [#METR-13168].
|
2015-10-04 09:25:33 +03:00 |
|
Alexey Milovidov
|
f356545bbe
|
dbms: allowed DROP/DETACH partition on non-leader [#METR-17573].
|
2015-10-03 00:28:19 +03:00 |
|
Alexey Milovidov
|
51cdac107b
|
dbms: tests: removed executable flag on few files [#METR-2944].
|
2015-10-02 23:45:43 +03:00 |
|
Alexey Arno
|
700e545ebf
|
dbms: Server: Fixed reference file for functional test. [#METR-18059]
|
2015-10-01 12:03:14 +03:00 |
|
Andrey Mironov
|
dc087ac04d
|
dbms: rename test 00234 to 00235[#METR-18251]
|
2015-09-30 16:57:40 +03:00 |
|
Andrey Mironov
|
b8e3d35f92
|
dbms: add test [#METR-18251]
|
2015-09-30 16:56:58 +03:00 |
|
Alexey Arno
|
3a8d096be2
|
dbms: Server: Added functional test + comment. [#METR-18059]
|
2015-09-30 16:43:25 +03:00 |
|
Andrey Mironov
|
04b0f73c86
|
dbms: add test for position function family [#METR-16752]
|
2015-09-25 18:38:31 +03:00 |
|
Alexey Milovidov
|
69b1789b83
|
dbms: added test [#METR-16184].
|
2015-09-20 07:14:15 +03:00 |
|
Alexey Milovidov
|
311c9b2f39
|
dbms: added test [#METR-17986].
|
2015-09-20 07:09:21 +03:00 |
|
Alexey Milovidov
|
72a964d865
|
dbms: fixed test [#METR-17536].
|
2015-09-19 12:44:02 +03:00 |
|
Andrey Mironov
|
16be53f475
|
dbms: add support of non-const second arg to has, indexOf, equalCount [#METR-18062]
|
2015-09-18 15:40:42 +03:00 |
|
Andrey Mironov
|
9b9e5bedf4
|
dbms: redesign stateless test 00229
|
2015-09-18 13:02:22 +03:00 |
|
Andrey Mironov
|
fd60ee37d3
|
dbms: add 'zookeeper' substring to test 226
|
2015-09-16 18:48:39 +03:00 |
|
Andrey Mironov
|
c6ec4f9ff5
|
dbms:: add test for missing column in PREWHERE [#METR-18009]
|
2015-09-16 18:33:58 +03:00 |
|
Andrey Mironov
|
8022f0941e
|
dbms: add refernce file for test 00228_quantiles_deterministic_merge_overflow
|
2015-09-14 13:06:08 +03:00 |
|
Andrey Mironov
|
484c354d93
|
dbms: add test for quantileDeterministic overflow [#METR-13932]
|
2015-09-10 19:29:13 +03:00 |
|
Andrey Mironov
|
cb78c88e34
|
dbms: add test for quantilesTiming order fix [#METR-14503]
|
2015-09-10 19:29:13 +03:00 |
|
Alexey Milovidov
|
540c411aa8
|
dbms: fixed error [#METR-17536].
|
2015-09-10 04:58:37 +03:00 |
|
Alexey Milovidov
|
217ef544c2
|
dbms: fixed error [#METR-17536].
|
2015-09-10 00:32:29 +03:00 |
|
Alexey Milovidov
|
b34d3366fd
|
dbms: added test [#METR-17988].
|
2015-09-09 22:33:24 +03:00 |
|
Alexey Milovidov
|
4e54056c66
|
dbms: allowed to specify duplicate columns in JOIN subquery [#METR-17664].
|
2015-09-09 03:52:35 +03:00 |
|
Alexey Milovidov
|
a3588ad5ff
|
dbms: updated test [#METR-17536].
|
2015-09-08 23:20:39 +03:00 |
|
Alexey Arno
|
38fc81074f
|
Merge
|
2015-09-08 12:16:15 +03:00 |
|
Alexey Arno
|
0f5b2097f0
|
dbms: Server: Updated functional test. [#METR-17276]
|
2015-09-08 12:15:32 +03:00 |
|
Alexey Milovidov
|
690237d800
|
dbms: fixed test [#METR-17536].
|
2015-09-08 03:50:15 +03:00 |
|
Alexey Milovidov
|
9f3cab500d
|
dbms: memory efficient distributed aggregation: development [#METR-17536].
|
2015-09-07 23:08:02 +03:00 |
|
Andrey Mironov
|
f8b21b5fd6
|
dbms: add tests for sequenceCount and sequenceMatch, fix infinite loop for sequenceCount of empty pattern, fix decltype deducing reference type [#METR-17427]
|
2015-09-07 17:50:02 +03:00 |
|
Alexey Milovidov
|
87465416b0
|
dbms: pull method for GLOBAL subqueries: supported JOINs [#METR-17758].
|
2015-09-05 04:53:16 +03:00 |
|
Alexey Milovidov
|
767a3c8090
|
dbms: fixed error with WITH TOTALS in subquery with distributed table with one shard and LIMIT [#METR-17561].
|
2015-09-04 22:40:55 +03:00 |
|
Alexey Milovidov
|
e923dd2ff6
|
dbms: added test [#METR-17550].
|
2015-09-03 23:50:41 +03:00 |
|
Alexey Arno
|
1491260e3b
|
dbms: Server: Fixed behavior of LIKE. Now % correctly matches newlines. [#METR-17588]
|
2015-09-03 15:09:47 +03:00 |
|
Alexey Milovidov
|
0e26b64968
|
dbms: allowed columns with duplicate names in GLOBAL subqueries [#METR-17552].
|
2015-09-02 23:35:38 +03:00 |
|
Alexey Arno
|
277fab46b9
|
Merge
|
2015-09-02 16:05:17 +03:00 |
|
Alexey Arno
|
f93141355b
|
Merge
|
2015-08-31 16:53:16 +03:00 |
|
Andrey Mironov
|
8b890f1c06
|
dbms: add functions bitTestAny, bitTestAll (non-vectorized) and tests [#METR-17245]
|
2015-08-20 16:58:09 +03:00 |
|
Alexey Milovidov
|
bfd52af224
|
dbms: added tests [#METR-17745].
|
2015-08-18 23:44:54 +03:00 |
|
Alexey Milovidov
|
3fbb61cbad
|
dbms: fixed error with multiple GLOBAL subqueries [#METR-17622].
|
2015-08-15 00:07:17 +03:00 |
|
Alexey Arno
|
3ff1a857fe
|
dbms: Server: Use another hash function. [#METR-17276]
|
2015-08-12 19:26:53 +03:00 |
|
Alexey Arno
|
753a90b930
|
dbms: Server: Deleted obsolete files. [#METR-17276]
|
2015-08-10 13:05:03 +03:00 |
|
Alexey Arno
|
99a62d3608
|
Merge
|
2015-08-10 13:03:44 +03:00 |
|
Alexey Arno
|
ed2ec39899
|
dbms: Server: Fixes. [#METR-17276]
|
2015-08-07 20:35:34 +03:00 |
|
Alexey Arno
|
1bf22c463b
|
dbms: Server: Renamed functional test. [#METR-17276]
|
2015-08-07 20:09:02 +03:00 |
|
Alexey Arno
|
a68b3891f8
|
dbms: Server: Updated functional tests. [#METR-17276]
|
2015-08-07 19:59:15 +03:00 |
|
Alexey Arno
|
311a41e14f
|
Merge
|
2015-08-07 18:24:23 +03:00 |
|
Alexey Arno
|
69d8ae10b6
|
Merge
|
2015-08-07 18:23:38 +03:00 |
|
Alexey Milovidov
|
ec1b05bf54
|
dbms: added test [#METR-17606].
|
2015-08-07 00:38:52 +03:00 |
|
Alexey Milovidov
|
32da2a7d8c
|
dbms: improved query formatting for distributed queries [#METR-17606].
|
2015-08-07 00:32:51 +03:00 |
|
Alexey Arno
|
b32721432b
|
dbms: Server: Added stateless functional test (stateful one is in progress). [#METR-17276]
|
2015-08-03 20:32:37 +03:00 |
|
Alexey Milovidov
|
6bdcf3a9ae
|
dbms: fixed test [#METR-2944].
|
2015-07-27 21:05:32 +03:00 |
|
Alexey Milovidov
|
fc49f1ab55
|
dbms: added tests [#METR-17491].
|
2015-07-27 19:57:02 +03:00 |
|
Alexey Milovidov
|
99d64cbc7f
|
Merge
|
2015-07-26 15:06:29 +03:00 |
|
Alexey Milovidov
|
0439ef5f7f
|
dbms: implemented LEFT ARRAY JOIN [#METR-17474].
|
2015-07-26 13:54:45 +03:00 |
|
Alexey Milovidov
|
5c2b5ffb10
|
dbms: added function emptyArrayToSingle [#METR-17474].
|
2015-07-26 13:40:32 +03:00 |
|
Alexey Milovidov
|
b87857152b
|
dbms: fixed error in prev. revision [#METR-17472].
|
2015-07-26 10:08:46 +03:00 |
|
Alexey Milovidov
|
35b55b7e4f
|
dbms: added tests; fixed error in prev. revision [#METR-17472].
|
2015-07-25 14:59:21 +03:00 |
|
Alexey Milovidov
|
0c9c9fcead
|
dbms: added test [#METR-17461].
|
2015-07-24 22:24:56 +03:00 |
|
Alexey Milovidov
|
aa785f3481
|
dbms: added tests [#METR-15418].
|
2015-07-24 00:30:34 +03:00 |
|
Alexey Milovidov
|
763fe6fb93
|
dbms: added CROSS JOIN [#METR-16893].
|
2015-07-23 23:23:24 +03:00 |
|
Alexey Milovidov
|
b5b40a9a7a
|
dbms: added function arrayUniq [#METR-17429].
|
2015-07-23 14:11:10 +03:00 |
|
Alexey Milovidov
|
291fb2ad3e
|
dbms: added test [#METR-17364].
|
2015-07-21 04:09:59 +03:00 |
|
Andrey Mironov
|
b63b5cd8f9
|
dbms: add test for ternary operator type checks. [#METR-17372]
|
2015-07-20 18:46:50 +03:00 |
|
Alexey Milovidov
|
aa225476e8
|
dbms: modified test [#METR-17361].
|
2015-07-18 07:21:04 +03:00 |
|
Alexey Milovidov
|
d5a69e8e31
|
dbms: fixed error with GROUP BY empty arrays [#METR-17361].
|
2015-07-18 07:18:14 +03:00 |
|
Alexey Milovidov
|
5077e51fc7
|
dbms: implemented function 'if' for FixedString arguments [#METR-17352].
|
2015-07-17 22:53:09 +03:00 |
|
Alexey Milovidov
|
2cfb6495d4
|
dbms: added test to Float32 formatting [#METR-17281].
|
2015-07-16 23:45:04 +03:00 |
|
Alexey Arno
|
5dcda93405
|
dbms: Server: Fixed unsigned int overflow issues. Updated functional test. [#METR-16435]
|
2015-07-16 16:01:49 +03:00 |
|
Alexey Milovidov
|
6847fdb979
|
dbms: added test [#METR-15553].
|
2015-07-15 08:06:26 +03:00 |
|
Alexey Milovidov
|
234367b038
|
dbms: added function identity [#METR-17251].
|
2015-07-14 00:27:08 +03:00 |
|
Alexey Arno
|
a3cd654331
|
dbms: Server: Added functional test. [#METR-16435]
|
2015-07-13 16:25:56 +03:00 |
|
Alexey Arno
|
10b695465a
|
dbms: Server: Fixed the bug in a much nicer way: InterpreterSelectQuery does not split anymore its AST. [#METR-16778]
|
2015-07-10 21:26:46 +03:00 |
|
Alexey Arno
|
6efb40c48b
|
Merge
|
2015-07-10 17:42:30 +03:00 |
|
Alexey Milovidov
|
2af61829fe
|
dbms: added least and greatest functions [#METR-17233].
|
2015-07-10 05:57:32 +03:00 |
|
Alexey Milovidov
|
af0070c16b
|
Merge
|
2015-07-08 07:38:46 +03:00 |
|
Alexey Milovidov
|
0b05ac5871
|
Merge
|
2015-07-08 06:18:51 +03:00 |
|
Alexey Milovidov
|
bbdfd33f47
|
dbms: fixed error with arrays; added test [#METR-17110].
|
2015-07-06 23:25:50 +03:00 |
|
Alexey Arno
|
1c8251ad10
|
Merge
|
2015-07-06 16:53:13 +03:00 |
|
Alexey Arno
|
90d85c9a77
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-03 14:55:51 +03:00 |
|
Alexey Arno
|
5a3d5970c5
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-03 03:09:57 +03:00 |
|
Alexey Arno
|
91ca58d0d3
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 17:22:15 +03:00 |
|
Alexey Arno
|
426e27d98e
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 17:14:07 +03:00 |
|
Alexey Arno
|
7ef2b9595a
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 16:35:28 +03:00 |
|
Alexey Arno
|
ec8925aa40
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 03:19:31 +03:00 |
|
Alexey Milovidov
|
1618ea3dd7
|
dbms: added test to prev. revision [#METRIKASUPP-5388].
|
2015-06-30 22:06:52 +03:00 |
|
Alexey Milovidov
|
c1ed7ca004
|
dbms: fixed error with LIKE [#METR-17078].
|
2015-06-29 21:47:46 +03:00 |
|
Alexey Milovidov
|
d23de31335
|
dbms: improved performance for very long arrays [#METR-17061].
|
2015-06-29 10:41:23 +03:00 |
|
Alexey Milovidov
|
b308d79f5e
|
dbms: improved performance of query parsing and analyzing with very long arrays [#METR-17061].
|
2015-06-29 07:54:52 +03:00 |
|
Alexey Milovidov
|
efc741efb0
|
dbms: added setting 'distributed_group_by_no_merge' [#METR-17060].
|
2015-06-28 09:48:42 +03:00 |
|
Alexey Milovidov
|
4cebee36ea
|
dbms: added setting 'skip_unavailable_shards' [#METR-17059].
|
2015-06-28 09:38:18 +03:00 |
|
Alexey Milovidov
|
cdf90e9510
|
dbms: higher order functions: added support for constant expressions [#METR-17014].
|
2015-06-28 09:25:12 +03:00 |
|
Alexey Arno
|
3e25e37feb
|
dbms: Server: Re-added functional test [#METR-16716]
|
2015-06-26 11:05:59 +03:00 |
|
Alexey Arno
|
a13e6f6a56
|
dbms: Server: Removed test because UNION ALL and FORMAT cannot be reliably tested together with our current functional test framework: 1) in the result of a UNION ALL the rows may appear in any order; 2) If put UNION ALL in a subrequest and use ORDER BY, we cannot test FORMAT. [#METR-16716]
|
2015-06-25 21:03:09 +03:00 |
|
Alexey Arno
|
a522013939
|
Merge
|
2015-06-25 20:38:54 +03:00 |
|
Alexey Arno
|
3874bef1fc
|
dbms: Server: Added unit test. [#METR-16188]
|
2015-06-23 19:35:04 +03:00 |
|
Alexey Milovidov
|
f3bcb40a45
|
dbms: added test to prev. revision [#METR-16945].
|
2015-06-23 02:54:25 +03:00 |
|
Alexey Milovidov
|
001ffdfa18
|
dbms: fixed error with higher order functions [#METR-16894].
|
2015-06-19 05:34:47 +03:00 |
|
Alexey Milovidov
|
0180cda4ef
|
dbms: modified test [#METR-2944].
|
2015-06-18 16:38:50 +03:00 |
|
Alexey Milovidov
|
09010e81f1
|
dbms: added test [#METR-2944].
|
2015-06-18 05:38:38 +03:00 |
|
Alexey Milovidov
|
fc9bbaa2c1
|
dbms: added test [#METR-16700].
|
2015-06-18 00:11:03 +03:00 |
|
Alexey Milovidov
|
0e01dad0a3
|
dbms: added support for numeric arrays for arguments of function if [#METR-16700].
|
2015-06-17 05:02:53 +03:00 |
|
Alexey Milovidov
|
5c7dccebc1
|
dbms: allowed to compare Date and DateTime with strings in IN [#METR-2944].
|
2015-06-16 21:50:44 +03:00 |
|
Alexey Milovidov
|
26813667eb
|
dbms: allowed to compare Date and DateTime with constant string [#METR-2944].
|
2015-06-12 10:46:58 +03:00 |
|
Alexey Milovidov
|
7b76ff3118
|
dbms: additions to prev. revision [#METR-2944].
|
2015-06-12 08:54:49 +03:00 |
|
Alexey Milovidov
|
5b8008e2b1
|
dbms: fixed error with tuples [#METR-13649].
|
2015-06-12 02:38:55 +03:00 |
|
Andrey Mironov
|
ea4f4420ba
|
dbms: replace old lower/upper(UTF8) with vectorized ones [#METR-14764]
|
2015-06-10 15:47:27 +03:00 |
|
Alexey Milovidov
|
b2bfa55a37
|
dbms: fixed tests [#METR-16762].
|
2015-06-10 02:54:37 +03:00 |
|
Alexey Milovidov
|
b417ef015f
|
dbms: added test [#METR-16762].
|
2015-06-09 23:56:40 +03:00 |
|
Alexey Milovidov
|
c65b2f6a16
|
dbms: added test [#METR-16722].
|
2015-06-09 22:51:45 +03:00 |
|
Alexey Milovidov
|
af3ccde339
|
dbms: section SETTINGS: added tests [#METR-16354].
|
2015-06-06 04:14:56 +03:00 |
|
Alexey Milovidov
|
70d40aedc3
|
dbms: added tests for functions of aggregation states [#METR-16677].
|
2015-06-06 03:43:54 +03:00 |
|
Alexey Arno
|
b86aa4785c
|
dbms: Server: Avoid negative zeroes in all of the remaining cases. [#METR-15210]
|
2015-06-03 20:01:30 +03:00 |
|
Alexey Milovidov
|
8d09c7f618
|
dbms: additions [#METR-15987].
|
2015-06-03 06:55:29 +03:00 |
|
Alexey Arno
|
20fe37511f
|
Merge
|
2015-06-02 14:16:02 +03:00 |
|
Alexey Arno
|
b2679d1886
|
Merge
|
2015-05-28 17:01:46 +03:00 |
|
Alexey Arno
|
8125cad146
|
dbms: Server: Performance improvements. [#METR-15210]
|
2015-05-28 17:00:52 +03:00 |
|
Alexey Milovidov
|
ef54e74f45
|
dbms: supported 'NOT NOT x' chain in parser [#METR-16543].
|
2015-05-28 04:41:40 +03:00 |
|
Alexey Milovidov
|
5390f492e1
|
dbms: JOIN with empty table: additions [#METR-16476].
|
2015-05-27 03:55:54 +03:00 |
|
Alexey Milovidov
|
baaf5d0485
|
dbms: allowed to JOIN with empty table [#METR-16476].
|
2015-05-26 03:37:48 +03:00 |
|
Alexey Arno
|
3bff6644f9
|
dbms: Server: Updated functional test for rounding functions. [#METR-15210]
|
2015-05-25 19:32:53 +03:00 |
|
Alexey Arno
|
d34ed382e0
|
dbms: Server: Added functional test for rounding functions. [#METR-15210]
|
2015-05-25 19:13:10 +03:00 |
|
Alexey Milovidov
|
3dfb212562
|
Merge
|
2015-05-19 00:20:43 +03:00 |
|
Alexey Milovidov
|
fa6a6682d3
|
dbms: added test [#METR-16341].
|
2015-05-19 00:03:08 +03:00 |
|
Alexey Milovidov
|
2b12e65784
|
dbms: added test [#METR-16352].
|
2015-05-18 23:59:40 +03:00 |
|
Alexey Milovidov
|
488343c252
|
dbms: fixed tiny error [#METR-10859].
|
2015-05-12 23:09:18 +03:00 |
|
Alexey Milovidov
|
8f64441bbf
|
dbms: added test [#METR-10872].
|
2015-05-12 22:28:41 +03:00 |
|
Alexey Milovidov
|
e3b0c97b0f
|
dbms: fixed error with merging [#METR-16247].
|
2015-05-12 07:55:14 +03:00 |
|
Alexey Arno
|
8ff005e909
|
dbms: Server: Fixed incorrect behavior with the DISTINCT keyword [#METR-14408]
|
2015-05-05 17:02:57 +03:00 |
|
Alexey Milovidov
|
685aa695bb
|
dbms: function 'transform': added support for constant argument [#METR-15987].
|
2015-04-29 04:30:44 +03:00 |
|
Alexey Milovidov
|
738e736500
|
dbms: function 'transform': development [#METR-15987].
|
2015-04-28 08:21:41 +03:00 |
|
Alexey Milovidov
|
3f4f96ad7d
|
dbms: added test for function 'transform' [#METR-15987].
|
2015-04-28 06:56:23 +03:00 |
|
Alexey Arno
|
80850909c7
|
Merge
|
2015-04-23 14:07:15 +03:00 |
|
Alexey Milovidov
|
4b53ad5e13
|
dbms: added test [#METR-15964].
|
2015-04-16 13:53:51 +03:00 |
|
Alexey Milovidov
|
e37e38991c
|
dbms: added test for usage of WITH TOTALS inside JOIN [#METR-15417].
|
2015-04-16 12:58:47 +03:00 |
|
Andrey Mironov
|
bedd5e7c26
|
dbms: add function URLHash plus tests [#METR-15826]
|
2015-04-15 18:00:28 +03:00 |
|
Alexey Arno
|
0c4d61becc
|
Merge
|
2015-04-10 20:49:30 +03:00 |
|
Andrey Mironov
|
3fbd84b81c
|
dbms: make stateless test 00148 deterministic [#METR-15913].
|
2015-04-10 13:14:02 +03:00 |
|
Andrey Mironov
|
226b11b887
|
dbms: fix test reference and bring commentaries up-to-date [#METR-15913].
|
2015-04-10 13:02:57 +03:00 |
|
Andrey Mironov
|
b059495b5d
|
Merge
|
2015-04-09 20:33:26 +03:00 |
|
Alexey Arno
|
dd5584ea9a
|
dbms: Server: feature development. [#METR-15090]
|
2015-04-09 16:53:29 +03:00 |
|
Alexey Milovidov
|
543c4c92cb
|
dbms: removed dead code; healing corrupted nested columns [#METR-15896].
|
2015-04-09 03:37:08 +03:00 |
|
Alexey Milovidov
|
079615d43d
|
dbms: added test [#METR-15896].
|
2015-04-09 00:27:35 +03:00 |
|
Andrey Mironov
|
1e794acb87
|
Merge
|
2015-04-08 19:39:02 +03:00 |
|
Andrey Mironov
|
0d49b3bde1
|
revert
|
2015-04-07 17:30:46 +03:00 |
|
Alexey Milovidov
|
f1dc2f4775
|
dbms: fixed error [#METR-15387].
|
2015-04-03 19:16:02 +03:00 |
|
Andrey Mironov
|
e267ba87f0
|
dbms: rename isNan to isNaN [#METR-15731]
|
2015-04-03 17:52:33 +03:00 |
|
Andrey Mironov
|
4ed57ac566
|
dbms: add functions isFinite, isInfinite, isNan [#METR-METR-15731]
|
2015-04-03 16:30:51 +03:00 |
|
Andrey Mironov
|
08ea875532
|
move stateful test to stateful folder
|
2015-04-03 16:30:51 +03:00 |
|
Andrey Mironov
|
63a12789e6
|
add reference for 00130_buffer_and_rewhere
|
2015-04-03 16:30:51 +03:00 |
|
Alexey Milovidov
|
6a65e6702a
|
dbms: added test [#METR-15790].
|
2015-04-03 00:10:05 +03:00 |
|
Alexey Milovidov
|
65d88e3037
|
███████████: added program to looking at solid table [#METR-15822].
|
2015-04-03 00:06:23 +03:00 |
|
Alexey Milovidov
|
694939cee8
|
dbms: added test [#METR-15790].
|
2015-04-02 06:32:39 +03:00 |
|
Alexey Milovidov
|
7b3ab80648
|
dbms: added test [#METR-15804].
|
2015-04-02 06:29:42 +03:00 |
|
Alexey Milovidov
|
048eed9424
|
dbms: improved performance of LIKE and regexp search [#METR-15690].
|
2015-03-27 05:12:45 +03:00 |
|
Alexey Milovidov
|
380ab2dacc
|
dbms: added (ignored) table and FROM/JOIN subquery aliases [#METR-15573].
|
2015-03-25 05:49:29 +03:00 |
|
Alexey Milovidov
|
d9e96ed74e
|
dbms: fixed error with creating Set from constant columns [#METR-2944].
|
2015-03-15 10:56:46 +03:00 |
|
Alexey Milovidov
|
97bba68642
|
dbms: improved test [#METR-2944].
|
2015-03-15 10:40:05 +03:00 |
|
Alexey Milovidov
|
db2956eb73
|
dbms: removing duplicate elements from ORDER BY [#METR-2944].
|
2015-03-12 06:31:15 +03:00 |
|
Alexey Milovidov
|
ed0bb6f3da
|
dbms: added test [#METR-15451].
|
2015-03-12 05:38:20 +03:00 |
|
Alexey Milovidov
|
afeba8479c
|
dbms: added test [#METR-15371].
|
2015-03-10 23:18:44 +03:00 |
|
Alexey Milovidov
|
b1c48ebc08
|
dbms: added test [#METR-15352].
|
2015-03-08 00:03:54 +03:00 |
|
Alexey Milovidov
|
47287b709c
|
dbms: added test [#METR-15293].
|
2015-03-04 00:19:48 +03:00 |
|
Alexey Milovidov
|
e1fe24793e
|
dbms: added test [#METR-15293].
|
2015-03-03 23:01:37 +03:00 |
|
Alexey Milovidov
|
3e1dafe3cb
|
dbms: added test (now broken) [#METR-15167].
|
2015-02-28 00:07:42 +03:00 |
|
Alexey Milovidov
|
8cf8d2d2b7
|
dbms: addition to test [#METR-15181].
|
2015-02-27 20:41:48 +03:00 |
|
Alexey Milovidov
|
82e9bd7058
|
dbms: added test for prev. revision [#METR-15181].
|
2015-02-27 20:40:08 +03:00 |
|
Alexey Milovidov
|
b793248b8f
|
dbms: fixed error [#METR-2944].
|
2015-02-25 22:45:32 +03:00 |
|
Alexey Milovidov
|
779be55e63
|
dbms: added test [#METR-2944].
|
2015-02-22 20:44:58 +03:00 |
|
Andrey Mironov
|
7dd6397245
|
dbms: alter appendTrailingCharIfAbsent behaviour [#METR-15071]
|
2015-02-19 18:28:24 +03:00 |
|
Alexey Milovidov
|
ad2392ee7d
|
dbms: fixed error with StorageBuffer [#METR-15105].
|
2015-02-13 23:37:30 +03:00 |
|
Alexey Arno
|
b5105ecdf7
|
dbms: Server: fixed bug in UNION ALL [#METR-15077]
|
2015-02-13 14:40:58 +03:00 |
|
Alexey Arno
|
e8902aa644
|
dbms: Server: queries with several replicas: fixes [#METR-14410]
|
2015-02-09 01:37:55 +03:00 |
|
Alexey Milovidov
|
8d6862fe9a
|
dbms: modified test for parallel replicas [#METR-14410].
|
2015-02-04 08:02:57 +03:00 |
|
Alexey Milovidov
|
80a3f9436b
|
dbms: added test [#METR-14783].
|
2015-02-04 07:00:42 +03:00 |
|
Alexey Arno
|
f4a3efa977
|
dbms: Server: queries with several replicas: development [#METR-14410]
|
2015-02-03 16:36:33 +03:00 |
|
Alexey Arno
|
8b4bb37213
|
dbms: Server: queries with several replicas: development [#METR-14410]
|
2015-02-03 16:36:33 +03:00 |
|
Alexey Arno
|
57036f94c0
|
dbms: Server: queries with several replicas: development [#METR-14410]
|
2015-02-03 16:36:33 +03:00 |
|
Alexey Milovidov
|
ee98a3babc
|
dbms: fixed error with 'max_distributed_connections = 1' [#METR-14855].
|
2015-02-01 11:02:18 +03:00 |
|
Alexey Milovidov
|
5271a45625
|
dbms: fixed error with JOINs [#METR-14847].
|
2015-02-01 10:20:33 +03:00 |
|
Alexey Milovidov
|
22b9ecfdea
|
dbms: fixed error with DROP COLUMN in replicated tables [#METR-14848].
|
2015-02-01 06:49:36 +03:00 |
|
Alexey Milovidov
|
fd0cd56609
|
dbms: added test for JOIN [#METR-14847].
|
2015-01-31 00:22:55 +03:00 |
|
Alexey Milovidov
|
6ffae48988
|
dbms: added missing modification [#METR-2944].
|
2015-01-31 00:20:16 +03:00 |
|
Alexey Milovidov
|
261a549407
|
dbms: addition to prev. revision [#METR-2944].
|
2015-01-30 21:58:58 +03:00 |
|
Alexey Milovidov
|
da2ba1f7f7
|
dbms: fixed error with StorageSet and StorageJoin [#METR-2944].
|
2015-01-30 21:57:44 +03:00 |
|
Alexey Milovidov
|
79dbfaa659
|
dbms: added test (failing, disabled) [#METR-2944].
|
2015-01-29 06:17:16 +03:00 |
|
Alexey Milovidov
|
e4e313f54f
|
dbms: StorageJoin: development [#METR-2944].
|
2015-01-28 05:37:05 +03:00 |
|
Alexey Milovidov
|
684b2e70a9
|
dbms: added support for whitespaces when parsing arrays [#METR-14798].
|
2015-01-28 02:25:35 +03:00 |
|
Alexey Milovidov
|
fed642cd7c
|
dbms: added StorageSet [#METR-2944].
|
2015-01-27 03:52:03 +03:00 |
|
Alexey Milovidov
|
a34922c20c
|
dbms: updated test [#METR-14654].
|
2015-01-24 06:47:24 +03:00 |
|
Alexey Milovidov
|
d977e433c7
|
dbms: added test [#METR-14678].
|
2015-01-23 00:08:01 +03:00 |
|
Alexey Milovidov
|
62e238911d
|
dbms: fixed error with type of result of floating point division [#METR-14693].
|
2015-01-20 21:41:15 +03:00 |
|
Alexey Milovidov
|
a54a634595
|
dbms: fixed performance issue caused by typo [#METR-14654].
|
2015-01-19 22:51:46 +03:00 |
|
Alexey Milovidov
|
b3bee6ac08
|
dbms: addition to prev. revision [#METR-2944].
|
2015-01-19 21:06:44 +03:00 |
|
Alexey Milovidov
|
1e32c8664f
|
dbms: fixed error [#METR-14653].
|
2015-01-19 20:50:55 +03:00 |
|
Alexey Milovidov
|
bddfe268c8
|
dbms: added test for distributed external sorting [#METR-2944].
|
2015-01-18 11:34:38 +03:00 |
|
Alexey Milovidov
|
743caaef26
|
dbms: added test for external sort [#METR-2944].
|
2015-01-18 06:48:44 +03:00 |
|
Alexey Milovidov
|
0c6dc2629e
|
dbms: fixed error [#METR-14604].
|
2015-01-17 07:49:13 +03:00 |
|
Alexey Milovidov
|
5f58b16174
|
dbms: added more tests (currently broken) [#METR-14604].
|
2015-01-17 00:07:09 +03:00 |
|
Alexey Milovidov
|
6f10046d64
|
dbms: added more tests [#METR-14604].
|
2015-01-15 22:37:44 +03:00 |
|
Alexey Milovidov
|
819f13801d
|
dbms: fixed error with WITH TOTALS and group_by_overflow_mode [#METR-14604].
|
2015-01-15 22:29:37 +03:00 |
|
Andrey Mironov
|
df17f97482
|
dbms: add 'zookeeper' suffix to test 00074
|
2015-01-12 11:05:33 +03:00 |
|
Alexey Milovidov
|
8620b80d99
|
dbms: fixed collations; preparation to external sorting [#METR-2944].
|
2015-01-07 18:30:11 +03:00 |
|
Alexey Milovidov
|
7cf0bca8af
|
dbms: more scalable aggregator: development [#METR-2944].
|
2015-01-02 08:28:21 +03:00 |
|
Alexey Milovidov
|
70b893ad5c
|
Merge
|
2014-12-30 06:26:16 +03:00 |
|
Alexey Milovidov
|
1fac116259
|
dbms: improved test [#METR-14483].
|
2014-12-30 06:25:50 +03:00 |
|
Alexey Milovidov
|
3e8305082f
|
dbms: improved test [#METR-14483].
|
2014-12-30 06:25:12 +03:00 |
|
Alexey Milovidov
|
4ef13d0083
|
dbms: improved test [#TESTIRT-3687].
|
2014-12-30 05:49:09 +03:00 |
|
Alexey Milovidov
|
5c5868c24f
|
dbms: improved test [#TESTIRT-3687].
|
2014-12-30 05:12:42 +03:00 |
|
Alexey Arno
|
70d01a1696
|
dbms: Server: fixed function names according to naming convention, added more comments and functional tests. [#METR-14099]
|
2014-12-25 13:22:24 +03:00 |
|
Alexey Arno
|
255c7669a9
|
dbms: Server: modify columns renaming rules [#METR-14099]
|
2014-12-24 18:30:15 +03:00 |
|
Alexey Arno
|
9c9db14d95
|
dbms: Server: second part of the fix for column renaming in UNION ALL queries. [#METR-14099]
|
2014-12-24 18:30:14 +03:00 |
|
Andrey Mironov
|
d98d920d05
|
dbms: add function IPv4NumToStringClassC [#METR-14266]
|
2014-12-24 17:45:44 +03:00 |
|
Alexey Milovidov
|
7da67fd139
|
dbms: added test for temporary table [#METR-14449].
|
2014-12-24 00:24:34 +03:00 |
|
Alexey Milovidov
|
beafa02b2e
|
dbms: renamed test [#METR-14449].
|
2014-12-24 00:21:09 +03:00 |
|
Alexey Milovidov
|
6bc3c14e9a
|
Merge
|
2014-12-23 23:34:00 +03:00 |
|
Alexey Milovidov
|
ffd5b1b410
|
dbms: added test for prev. revision [#METR-14449].
|
2014-12-23 23:33:38 +03:00 |
|
Andrey Mironov
|
f283719d89
|
dbms: fix in/join identifier subquery [#METR-14402]
|
2014-12-23 03:31:17 +03:00 |
|
Alexey Arno
|
84456a08c3
|
dbms: Server: rewrite expression lists in each SELECT query of the UNION ALL chain, if needed. [#METR-14099]
|
2014-12-19 16:10:48 +03:00 |
|
Andrey Mironov
|
e64d258e27
|
dbms: fix test 00079_defaulted_columns
|
2014-12-19 15:49:34 +03:00 |
|
Alexey Milovidov
|
a362a666eb
|
dbms: fixed error with JOIN [#METR-14411].
|
2014-12-19 05:30:13 +03:00 |
|
Alexey Arno
|
e0e1b335e7
|
Add new functional tests for UNION ALL. [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Arno
|
36d2008e5b
|
Add style cleanup and small functional test change. [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Arno
|
a2c26bf19f
|
Code cleanup. [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Arno
|
44ebf0777c
|
Update functional tests. Add materialization in UNION ALL queries. [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Arno
|
2d2ccde1c0
|
Add new functional tests for UNION ALL. [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Milovidov
|
da86564110
|
dbms: added test [#METR-14300].
|
2014-12-15 07:09:28 +03:00 |
|
Alexey Milovidov
|
df316f8586
|
dbms: added old forgotten test [#METR-2944].
|
2014-12-14 11:28:42 +03:00 |
|
Alexey Milovidov
|
562e4f3a3e
|
Merge
|
2014-12-14 08:28:11 +03:00 |
|
Andrey Mironov
|
9a12d78fe2
|
dbms: harness the power of libdouble-conversion. [#METR-13363]
This reverts commit d87b4b7ff8e8e7a3c32eebf3904d449df623b5a8.
|
2014-12-09 15:08:17 +03:00 |
|
Andrey Mironov
|
6d117b334b
|
dbms: add reference file for 00095_union_race_conditions_6
|
2014-12-04 18:51:36 +03:00 |
|
Andrey Mironov
|
c6134124f6
|
dbms: remove square function, alter tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
ea9472312e
|
dbms: implement range(n) function, add tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Alexey Milovidov
|
8bbcb3a232
|
dbms: fixed error in aggregate function minIf [#METR-2944].
|
2014-12-02 03:19:11 +03:00 |
|
Alexey Milovidov
|
d58ab3e4fe
|
dbms: added reference file for test [#METR-2944].
|
2014-12-02 01:40:15 +03:00 |
|
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 |
|
Alexey Milovidov
|
db0d25ea6d
|
dbms: modified test [#METR-11370].
|
2014-07-04 18:27:10 +04:00 |
|
Alexey Milovidov
|
2e1e33da7e
|
dbms: modified test [#METR-11370].
|
2014-07-04 06:05:45 +04:00 |
|
Alexey Milovidov
|
8ffb7d390d
|
dbms: modified test [#METR-11370].
|
2014-07-04 06:03:53 +04:00 |
|
Alexey Milovidov
|
af659d7a45
|
dbms: modified test [#METR-11370].
|
2014-07-04 06:01:32 +04:00 |
|
Alexey Milovidov
|
1982f46178
|
dbms: modified test [#METR-11370].
|
2014-07-04 05:59:53 +04:00 |
|
Alexey Milovidov
|
8ee9f328fb
|
dbms: modified test [#METR-11370].
|
2014-07-04 05:58:00 +04:00 |
|
Alexey Milovidov
|
ab436a0f43
|
dbms: modified test [#METR-11370].
|
2014-07-04 05:54:43 +04:00 |
|
Alexey Milovidov
|
694f1205d6
|
dbms: added test for GLOBAL IN [#METR-11370].
|
2014-07-04 05:38:49 +04:00 |
|
Alexey Milovidov
|
4ab04c8b06
|
dbms: JOINs: test for aliases [#METR-11370].
|
2014-07-03 00:26:34 +04:00 |
|
Alexey Milovidov
|
a83915b62c
|
dbms: JOINs: more tests [#METR-11370].
|
2014-06-19 23:11:42 +04:00 |
|
Alexey Milovidov
|
7c0f53c34f
|
dbms: JOINs: added tests [#METR-11370].
|
2014-06-19 23:00:19 +04:00 |
|
Alexey Milovidov
|
3f650bfbab
|
dbms: added test for ANY LEFT JOIN [#METR-11370].
|
2014-06-13 06:14:22 +04:00 |
|
Alexey Milovidov
|
55d8811f82
|
dbms: added test [#METR-10894].
|
2014-06-06 23:45:21 +04:00 |
|
Alexey Milovidov
|
8e3a5194e6
|
dbms: added test [#METR-10894].
|
2014-06-06 22:00:52 +04:00 |
|
Alexey Milovidov
|
100da1547e
|
dbms: added test [#METR-10894].
|
2014-06-06 21:19:40 +04:00 |
|
Alexey Milovidov
|
05f4843213
|
dbms: added tests [#METR-11277].
|
2014-05-23 06:25:07 +04:00 |
|
Alexey Milovidov
|
f4b33550fe
|
dbms: updated tests [#METR-2944].
|
2014-05-22 05:21:37 +04:00 |
|
Pavel Kartavyy
|
f2d2dd2739
|
clickhouse: alter doesn't need quotes anymore [#METR-11063]
|
2014-05-20 20:46:33 +04:00 |
|
Pavel Kartavyy
|
dd76cb7479
|
clickhouse: updated test for alter [#METR-11063]
|
2014-05-20 19:44:46 +04:00 |
|
Michael Kolupaev
|
90c5aacde6
|
dbms: fixed a test with undefined result. [#METR-2807]
|
2014-05-14 18:34:33 +04:00 |
|
Michael Kolupaev
|
c6194d47f4
|
Merge
|
2014-05-07 15:44:14 +04:00 |
|
Michael Kolupaev
|
892704d332
|
dbms: fixed a test. [#METR-11017]
|
2014-05-07 14:44:50 +04:00 |
|
Alexey Milovidov
|
9d225f69ed
|
dbms: added test to prev. revision [#METR-2944].
|
2014-05-01 19:05:36 +04:00 |
|
Alexey Milovidov
|
c9831381e0
|
dbms: fixed error [#METR-2944].
|
2014-05-01 19:02:36 +04:00 |
|
Michael Kolupaev
|
4cee45e004
|
dbms: better optimization of ARRAY JOIN; tests for it. [#METR-11017]
|
2014-04-30 23:19:35 +04:00 |
|
Alexey Milovidov
|
8ad9d10c4f
|
dbms: added tests [#METR-2944].
|
2014-04-29 05:18:28 +04:00 |
|
Alexey Milovidov
|
1e34ee442a
|
dbms: added test [#METR-10955].
|
2014-04-25 03:13:33 +04:00 |
|
Alexey Milovidov
|
b07f478984
|
dbms: added tests [#METR-10705].
|
2014-04-21 20:20:57 +04:00 |
|
Sergey Fedorov
|
a670bd654b
|
dbms: no exception on zero index, added to the test [METR-10798]
|
2014-04-17 18:56:58 +04:00 |
|
Sergey Fedorov
|
e48c3d7b5e
|
dbms: array element support non-constant index + test on new functionality [METR-10798]
|
2014-04-17 18:37:59 +04:00 |
|
Sergey Fedorov
|
414af624c7
|
functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799]
|
2014-04-15 16:13:24 +04:00 |
|
Alexey Milovidov
|
4dfbecd242
|
dbms: added tests [#METR-10840].
|
2014-04-13 17:56:28 +04:00 |
|
Alexey Milovidov
|
e41c11e788
|
dbms: fixed test [#METR-2944].
|
2014-04-05 22:25:46 +04:00 |
|
Alexey Milovidov
|
90200cccf5
|
dbms: added test [#METR-10718].
|
2014-04-04 06:35:46 +04:00 |
|
Pavel Kartavyy
|
00d5cfbe45
|
dbms: added test for alter [#METR-10550]
|
2014-04-03 19:57:36 +04:00 |
|
Alexey Milovidov
|
ad52e7dd9d
|
dbms: improved tests [#METR-2944].
|
2014-03-28 23:59:23 +04:00 |
|
Michael Kolupaev
|
31093464dd
|
clickhouse-test: merged some tests into multiline tests. [#METR-10639]
|
2014-03-28 20:08:48 +04:00 |
|
Michael Kolupaev
|
6f61446152
|
clickhouse-test: switched to clickhouse-client; added a couple of multiquery tests. [#METR-10639]
|
2014-03-28 20:08:48 +04:00 |
|
Sergey Fedorov
|
9f208de753
|
tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366]
|
2014-03-28 19:52:11 +04:00 |
|
Sergey Fedorov
|
c4f8176d14
|
dbms: simple test on sumArray and sumArrayIf [METR-10366]
|
2014-03-28 18:39:00 +04:00 |
|
Michael Kolupaev
|
3e4238c9a5
|
dbms: Added some test. [#METR-10616]
|
2014-03-28 14:23:57 +04:00 |
|
Michael Kolupaev
|
784014f79a
|
dbms: fixed removing arrayJoin from subquery. [#METR-9549]
|
2014-03-27 23:50:02 +04:00 |
|
Michael Kolupaev
|
852d35615c
|
dbms: Fixed a bug. [#METR-10615]
|
2014-03-27 23:50:02 +04:00 |
|
Michael Kolupaev
|
45dcf66dd8
|
Added test query. [#METR-10615]
|
2014-03-27 12:40:35 +04:00 |
|
Alexey Milovidov
|
64251e04d1
|
dbms: added tests [#METR-8757] [#METR-9119].
|
2014-03-27 02:23:54 +04:00 |
|
Alexey Milovidov
|
6aa304ba4a
|
dbms: added tests [#METR-10572].
|
2014-03-26 03:14:51 +04:00 |
|
Michael Kolupaev
|
42be4d6ec5
|
Added an option for clickhouse-test to generate reference for just one test. Added reference for one test query. [#METR-10566]
|
2014-03-25 23:23:32 +04:00 |
|
Alexey Milovidov
|
2bc8beff04
|
Added tests [#METR-10566].
|
2014-03-24 23:32:31 +04:00 |
|
Alexey Milovidov
|
8aaecae5fb
|
dbms: updated tests [#METR-2944].
|
2014-03-24 06:50:25 +04:00 |
|
Alexey Milovidov
|
dae349ba00
|
dbms: added tests [#METR-2944].
|
2014-03-24 00:40:55 +04:00 |
|
Alexey Milovidov
|
fc45d3cc5b
|
dbms: mofified test [#METR-2944].
|
2014-03-23 19:16:58 +04:00 |
|
Alexey Milovidov
|
93472c9103
|
dbms: added test [#METR-2944].
|
2014-03-23 19:08:31 +04:00 |
|
Alexey Milovidov
|
40b02cae63
|
dbms: added test script [#METR-2944].
|
2014-03-23 07:26:07 +04:00 |
|