v.22.6Improvement

Add option to disable connection pooling in ODBC bridge

Add an option to disable connection pooling in ODBC bridge. #37705 (Anton Kozlov).
Add an option to disable connection pooling in the ClickHouse ODBC bridge.

Why it matters

Connection pooling in the ODBC bridge can sometimes cause issues with connection lifecycle management or resource usage. This feature allows users to disable connection pooling to improve control over connections and avoid related problems.

How to use it

Users can disable connection pooling by configuring the ODBC bridge settings to turn off the pooling option. This typically involves setting a parameter or flag in the ODBC bridge configuration to disable the connection pooling behavior.