v.25.6Improvement
Allow extra options
Allow extra options (that go after--like-- --config.value='abc') inclickhouse-localwithout the equality sign. Closes #80292. #80293 (Alexey Milovidov).
Why it matters
This feature addresses the limitation inclickhouse-local where extra options passed after -- had to include an equality sign (=). By allowing options without the equality sign, it improves flexibility and convenience when specifying configuration overrides or additional parameters, enhancing user experience and script compatibility.How to use it
When runningclickhouse-local, users can now pass extra options after -- without using an equality sign. For example:clickhouse-local -- --config.value 'abc'