v.20.5Improvement

Support for Unicode Whitespace in Queries

Support for unicode whitespaces in queries. This helps when queries are copy-pasted from Word or from web page. This fixes #10896. #10903 (alexey-milovidov).
Support for Unicode whitespace characters in ClickHouse queries allowing seamless execution of queries containing such spaces.

Why it matters

This feature addresses issues arising when users copy-paste queries from sources like Word documents or web pages that include Unicode whitespace characters, which previously caused query parsing errors. It improves usability and robustness by accepting a wider range of whitespace characters in queries.

How to use it

No special action is required from users. Queries containing Unicode whitespace characters can be executed directly as ClickHouse now supports parsing them transparently.