ClickHouse/tests
Azat Khuzhin 8b438bcd3c Change formatting of subqueries (make it more human friendly)
Fix trailing whitespaces in FROM/IN clause with subqueries in multiline
mode, and also changes the output of the queries slightly in a more
human friendly way.

Before:

    $ clickhouse-format <<<'select * from system.one, (select * from system.one)'
    SELECT *
    FROM system.one
    ,
    (
        SELECT *
        FROM system.one
    )

After:

    $ clickhouse-format <<<'select * from system.one, (select * from system.one)'
    SELECT *
    FROM system.one,
    (
        SELECT *
        FROM system.one
    )

v2: Fix subqueries formatting in a different way
v3: Adjust *.reference in tests
v4: Fix modernize-loop-convert in ASTTablesInSelectQuery
2021-05-20 21:04:12 +03:00
..
ci
config
external_models/catboost
fuzz
instructions
integration Merge pull request #24059 from ClickHouse/standalone_keeper 2021-05-20 10:10:51 +03:00
jepsen.clickhouse-keeper Move jepsen tests to clickhouse-keeper 2021-05-12 16:31:29 +03:00
perf_drafts
performance Remove performance test 2021-05-19 16:14:28 +03:00
queries Change formatting of subqueries (make it more human friendly) 2021-05-20 21:04:12 +03:00
testflows Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap-user-dn-detection 2021-05-18 14:08:28 -04:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test One more error to retry 2021-05-19 21:35:05 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
ubsan_suppressions.txt
users.xml