v.24.9Improvement

Support query parameters in async inserts with format Values

Support query parameters in async inserts with format Values. #68741 (Anton Popov).
Support query parameters in asynchronous inserts using the Values format.

Why it matters

This feature allows users to utilize query parameters when performing asynchronous inserts in ClickHouse with the Values 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 with Values. Parameters can be specified and passed in the query, allowing dynamic and secure insertion of data values asynchronously.