v.20.4Improvement

Enhanced compatibility with native mysql-connector-java (JDBC)

Enhanced compatibility with native mysql-connector-java(JDBC) #10021 (BohuTANG)
Enhanced compatibility with the native mysql-connector-java JDBC driver for ClickHouse.

Why it matters

This feature improves the interoperability of ClickHouse with the widely used native MySQL JDBC driver, mysql-connector-java. It allows users and applications relying on this driver to connect seamlessly to ClickHouse, thereby expanding client connectivity options and simplifying integration.

How to use it

To utilize this enhanced compatibility, users can configure their applications to connect to ClickHouse using the native MySQL JDBC driver (mysql-connector-java) without additional intermediate drivers or compatibility layers.