clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

support clickhouse-format functionality, format sql in java applications

Open melin opened this issue 4 years ago • 2 comments

support clickhouse-format functionality, format sql in java applications.

melin avatar May 04 '21 13:05 melin

Is it for supporting query like select 1 format JSONCompact or just about formatting SQL to make it easier to read?

If it's the former one, it will be added in 0.3.3 release, and there's no plan for the latter.

zhicwu avatar May 06 '21 00:05 zhicwu

Is it for supporting query like select 1 format JSONCompact or just about formatting SQL to make it easier to read?

If it's the former one, it will be added in 0.3.3 release, and there's no plan for the latter.

formatting SQL to make it easier to read,clickhouse provides clickhouse-format command tools https://github.com/ClickHouse/ClickHouse/issues/1480

melin avatar May 06 '21 03:05 melin