v.18.12Improvement
Added Username Support from ClickHouse Client Config File
Added the ability to use a username specified in the clickhouse-client config file. Vladimir KozbinWhy it matters
This feature allows users to avoid repeatedly specifying the username when connecting to ClickHouse viaclickhouse-client, streamlining client configuration and usage.How to use it
Set theuser field in the clickhouse-client config file to the desired username. After this, the client will automatically use the specified username without needing it passed explicitly in the command line.