v.25.6Improvement

Allow to use named collections in ODBC/JDBC

Allow to use named collections in ODBC/JDBC. #80334 (Andrey Zvonov).
Allow users to reference named collections in ODBC and JDBC connections.

Why it matters

This feature enables the use of named collections within ODBC and JDBC interfaces, improving query management by allowing predefined sets of values or parameters to be reused easily. It simplifies query building and enhances flexibility when working with external applications connecting to ClickHouse.

How to use it

Users can now refer to named collections directly in their SQL queries executed over ODBC and JDBC connections by specifying collection names as arguments, similar to usage within native ClickHouse queries.