v.24.9Improvement

ODBC: Retrieve http_max_tries from Server Configuration

ODBC: get http_max_tries from the server configuration. #68128 (Rodolphe Dugé de Bernonville).
The ODBC driver now retrieves the http_max_tries setting directly from the ClickHouse server configuration.

Why it matters

This feature ensures that the ODBC driver respects the server-side http_max_tries configuration for retry attempts, improving connection resilience and consistency between client and server behavior.

How to use it

No explicit user action is required. The ODBC driver automatically fetches and applies the http_max_tries value from the server configuration when establishing connections.