Sergey Fedorov
|
d2fe6e0fa9
|
dbms: update in expression analyzer, now * is only for virtual columns
|
2013-12-27 14:11:11 +00:00 |
|
Michael Kolupaev
|
c74cca252e
|
ClickHouse: fixed one case in ARRAY JOIN. [#METR-8821]
|
2013-12-06 10:41:54 +00:00 |
|
Michael Kolupaev
|
857cebea6f
|
ClickHouse: small fixes for PREWHERE. [#METR-9091]
|
2013-12-05 13:07:55 +00:00 |
|
Alexey Milovidov
|
3c1ec5bc34
|
dbms: allowed to return tuples as query result [#METR-8970].
|
2013-10-26 19:00:13 +00:00 |
|
Michael Kolupaev
|
491480e79c
|
ClickHouse: fixed and claened up ARRAY JOIN a little. [#CONV-8821]
|
2013-10-21 11:33:25 +00:00 |
|
Michael Kolupaev
|
bc071d70c1
|
ClickHouse: fixed ARRAY JOIN when its result is unused. [#CONV-8821]
|
2013-10-18 08:40:14 +00:00 |
|
Michael Kolupaev
|
59b80197fc
|
ClickHouse: fixed aliases on aliases: SELECT [1,2,3] AS a, x ARRAY JOIN a AS x. [#CONV-8821]
|
2013-10-18 08:07:51 +00:00 |
|
Michael Kolupaev
|
1cab77c753
|
Added support for multiple expressions in ARRAY JOIN section. There are known issues. Sorry for automatic indentation changes. [#CONV-8821]
|
2013-10-17 13:32:32 +00:00 |
|
Michael Kolupaev
|
d2b63a74a0
|
Fixed IN with subqueries in some cases. [#CONV-8804]
|
2013-10-01 13:16:10 +00:00 |
|
Vyacheslav Alipov
|
9de74db58b
|
fixed GROUP BY [#CONV-7967]
|
2013-08-01 18:04:59 +00:00 |
|
Vyacheslav Alipov
|
c82710b275
|
fixed arrayJoin, also functions on the original array should be working now [#CONV-7967]
|
2013-08-01 16:00:38 +00:00 |
|
Vyacheslav Alipov
|
f298f2698e
|
reorganized array_joined_columns ('ARRAY JOIN ColumnArray AS alias' should be working now) [#CONV-7967]
|
2013-08-01 15:28:10 +00:00 |
|
Vyacheslav Alipov
|
f81a5d0d85
|
fixes, going to reorganize ExpressionActions::Action::array_joined_columns [#CONV-7967]
|
2013-08-01 15:06:41 +00:00 |
|
Vyacheslav Alipov
|
371c8ce796
|
fixed getRequiredColumns, getSelectSampleBlock, aliases dict and originalNestedName [#CONV-7967]
|
2013-08-01 14:43:04 +00:00 |
|
Vyacheslav Alipov
|
733db69d41
|
fixed server start up [#CONV-7967]
|
2013-08-01 13:43:47 +00:00 |
|
Vyacheslav Alipov
|
f504fd2193
|
reorganized adding of MULTIPLE_ARRAY_JOIN action [#CONV-7967]
|
2013-08-01 13:29:32 +00:00 |
|
Vyacheslav Alipov
|
d6acde63a9
|
fixed aliases for ARRAY JOIN section (unknown kolumn issue) [#CONV-7967]
|
2013-07-31 11:28:55 +00:00 |
|
Vyacheslav Alipov
|
857063ebf3
|
fixed aliases for ARRAY JOIN section (required_columns issue) [#CONV-7967]
|
2013-07-31 10:06:44 +00:00 |
|
Vyacheslav Alipov
|
ef8cd52e73
|
added alias support for ARRAY JOIN section [#CONV-7967]
|
2013-07-30 17:25:46 +00:00 |
|
Vyacheslav Alipov
|
3ef3d700fa
|
reverted getArrayJoinImpl [#CONV-7967]
|
2013-07-26 17:21:01 +00:00 |
|
Vyacheslav Alipov
|
f7f906c835
|
fixed getArrayJoinImpl [#CONV-7967]
|
2013-07-26 17:02:24 +00:00 |
|
Vyacheslav Alipov
|
56e947befb
|
reorganized adding of MULTIPLE_ARRAY_JOIN action (appendArrayJoin) [#CONV-7967]
|
2013-07-26 16:33:05 +00:00 |
|
Vyacheslav Alipov
|
7969288677
|
reorganized adding of MULTIPLE_ARRAY_JOIN action [#CONV-7967]
|
2013-07-26 16:11:31 +00:00 |
|
Vyacheslav Alipov
|
b1a45aed3e
|
tiny fix [#CONV-7967]
|
2013-07-26 15:16:56 +00:00 |
|
Vyacheslav Alipov
|
834b2bc8be
|
added new type of Action: MULTIPLE_ARRAY_JOIN [#CONV-7967]
|
2013-07-26 13:46:52 +00:00 |
|
Vyacheslav Alipov
|
fce904f438
|
fixed 'unknown column' issue with ARRAY JOIN section (partially reverted to previous revision) [#CONV-7967]
|
2013-07-23 16:52:50 +00:00 |
|
Vyacheslav Alipov
|
3ab02bffef
|
fixed 'unknown column' issue with ARRAY JOIN section [#CONV-7967]
|
2013-07-23 16:15:40 +00:00 |
|
Vyacheslav Alipov
|
61f862dfbe
|
ARRAY JOIN section in SELECT [#CONV-7967]
|
2013-07-22 16:49:19 +00:00 |
|
Michael Kolupaev
|
23046fe1fe
|
clickhouse: fixed sets [#CONV-7997].
|
2013-06-26 16:31:49 +00:00 |
|
Alexey Milovidov
|
fe0dd1d0b2
|
dbms: improvement [#CONV-2944].
|
2013-06-21 20:34:19 +00:00 |
|
Michael Kolupaev
|
33d1911402
|
clickhouse: slightly fixed sign-rewrite exception [#CONV-7962].
|
2013-06-21 11:44:44 +00:00 |
|
Michael Kolupaev
|
089c3307e5
|
clickhouse: fixed select from subquery [#CONV-7444].
|
2013-06-21 11:32:27 +00:00 |
|
Michael Kolupaev
|
c2455e1182
|
clickhouse: fixed ExpressionAnalyzer [#CONV-7444].
|
2013-06-21 10:36:01 +00:00 |
|
Michael Kolupaev
|
f59d6e3320
|
Merge
|
2013-06-21 10:31:31 +00:00 |
|
Michael Kolupaev
|
7e3ed127a2
|
clickhouse: generating unknown identifier error earlier [#CONV-7444].
|
2013-06-21 10:09:02 +00:00 |
|
Michael Kolupaev
|
435cb0af9a
|
clickhouse: fixed grouping by duplicate column [#CONV-7962].
|
2013-06-20 15:38:03 +00:00 |
|
Michael Kolupaev
|
e7f40f25b3
|
clickhouse: fixed count() in some cases [#CONV-2944].
|
2013-06-20 13:50:55 +00:00 |
|
Vyacheslav Alipov
|
7f91afaf20
|
limits for IN and DISTINCT [not tested] [#CONV-7934]
|
2013-06-20 12:12:27 +00:00 |
|
Michael Kolupaev
|
a466b9b6da
|
clickhouse: slightly fixed overriding column names with aliases [#CONV-7907].
|
2013-06-18 09:48:30 +00:00 |
|
Michael Kolupaev
|
e8d77fe8ec
|
Merge
|
2013-06-18 09:43:35 +00:00 |
|
Michael Kolupaev
|
ae581594aa
|
clickhouse: fixed FINAL reading all columns [#CONV-7444].
|
2013-06-17 13:29:50 +00:00 |
|
Alexey Milovidov
|
44aad8f802
|
dbms: fixed cyclic aliases [#CONV-7734].
|
2013-06-15 07:10:06 +00:00 |
|
Alexey Milovidov
|
155e3e8e05
|
dbms: style fix [#CONV-2807].
|
2013-06-15 04:45:59 +00:00 |
|
Alexey Milovidov
|
2854dd428b
|
Added line feeds [#CONV-2807].
|
2013-06-14 16:38:54 +00:00 |
|
Michael Kolupaev
|
31582f2d91
|
clickhouse: optimized lambda expressions [#CONV-7444].
|
2013-06-11 16:21:25 +00:00 |
|
Michael Kolupaev
|
3e9da41bfa
|
clickhouse: fixed nested higher order array functions [#CONV-7444].
|
2013-06-05 13:15:52 +00:00 |
|
Michael Kolupaev
|
84155b936c
|
clickhouse: fixed subqueries [#CONV-7444].
|
2013-06-05 13:01:30 +00:00 |
|
Michael Kolupaev
|
cf1365a667
|
Merge
|
2013-06-03 14:33:14 +00:00 |
|
Michael Kolupaev
|
8b608055b7
|
Merge
|
2013-06-03 14:27:22 +00:00 |
|
Michael Kolupaev
|
e0ea940897
|
Merge
|
2013-06-03 14:21:28 +00:00 |
|
Michael Kolupaev
|
d4f98f5bc5
|
clickhouse: fixed lambda expressions [#CONV-7444].
|
2013-06-03 14:08:08 +00:00 |
|
Michael Kolupaev
|
f7aedd227d
|
Merge
|
2013-06-03 13:17:17 +00:00 |
|
Michael Kolupaev
|
eaa0af7575
|
clickhouse: fixed lambda expressions [#CONV-7444].
|
2013-06-03 12:26:06 +00:00 |
|
Michael Kolupaev
|
229809de17
|
clickhouse: fixed lambda expressions [#CONV-7444].
|
2013-06-03 12:16:17 +00:00 |
|
Michael Kolupaev
|
206f8083ae
|
clickhouse: fixed sign rewrite [#CONV-7444].
|
2013-06-03 12:02:59 +00:00 |
|
Michael Kolupaev
|
65b1d524a3
|
clickhouse: fixed column names that look like functions [#CONV-7444].
|
2013-06-03 11:52:23 +00:00 |
|
Michael Kolupaev
|
905b671fcd
|
clickhouse: fixed * [#CONV-7444].
|
2013-06-03 11:19:31 +00:00 |
|
Michael Kolupaev
|
37b679bb9a
|
clickhouse: fixed build [#CONV-7444].
|
2013-05-30 16:59:16 +00:00 |
|
Michael Kolupaev
|
deaa72c8fd
|
clickhosue: ExpressionAnalyzer: development [#CONV-7444].
|
2013-05-30 16:52:21 +00:00 |
|
Michael Kolupaev
|
29c3420be0
|
clickhouse: ExpressionAnalyzer: development [#CONV-7444].
|
2013-05-29 12:14:28 +00:00 |
|
Michael Kolupaev
|
813c79061a
|
clickhouse: ExpressionAnalyzer: development [#CONV-7444].
|
2013-05-29 11:46:51 +00:00 |
|
Michael Kolupaev
|
46b7483243
|
clickhouse: ExpressionAnalyzer: development [#CONV-7444].
|
2013-05-28 14:24:20 +00:00 |
|
Michael Kolupaev
|
2fd47144db
|
clickhouse: ExpressionAnalyzer: development [#CONV-7444].
|
2013-05-28 12:19:25 +00:00 |
|
Michael Kolupaev
|
fa4d2dd10b
|
clickhouse: ExpressionAnalyzer: development, fixed build [#CONV-7444].
|
2013-05-28 11:54:37 +00:00 |
|
Michael Kolupaev
|
0ecebb645d
|
Expression replacement: development [#CONV-7444].
|
2013-05-27 14:02:55 +00:00 |
|
Michael Kolupaev
|
796df96cbc
|
clickhouse: Expression refactoring: development [#CONV-7444].
|
2013-05-24 10:49:19 +00:00 |
|