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 |
|
Alexey Milovidov
|
10553e7840
|
dbms: fixed error with views [#METR-14449].
|
2014-12-23 23:32:00 +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 |
|