ClickHouse/tests/queries
Salvatore Mesoraca 8f65dc4ff7
ASTFunction: avoid rewriting tuple function as literal when not safe
It is not always safe to implicitly rewrite a `tuple` function
call to a literal. Even when the tuple has more then one element
e.g.
`SELECT (tuple(1, 2, 3) AS x).1` is not equivalent to
`SELECT ((1, 2, 3) AS x).1`, the latter is interpreted as
`SELECT tuple((1, 2, 3) AS x).1`.
2023-02-10 14:01:25 +01:00
..
0_stateless ASTFunction: avoid rewriting tuple function as literal when not safe 2023-02-10 14:01:25 +01:00
1_stateful Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
bugs Move tests to bugs 2022-04-04 00:52:43 +02:00
shell_config.sh tests: fix clickhouse binaries detection 2023-01-15 17:05:16 +01:00