v.24.9Improvement
Support query parameters in async inserts with format Values
Support query parameters in async inserts with format Values. #68741 (Anton Popov).Why it matters
This feature allows users to utilize query parameters when performing asynchronous inserts in ClickHouse with theValues format. It enhances flexibility and security by enabling parameterized inserts, reducing the risk of SQL injection, and improving query clarity.How to use it
To use this feature, include query parameters in your asynchronous insert statements formatted withValues. Parameters can be specified and passed in the query, allowing dynamic and secure insertion of data values asynchronously.