v.20.4Improvement
Enhanced compatibility with native mysql-connector-java (JDBC)
Enhanced compatibility with native mysql-connector-java(JDBC) #10021 (BohuTANG)
Why it matters
This feature improves the interoperability ofClickHouse 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 toClickHouse using the native MySQL JDBC driver (mysql-connector-java) without additional intermediate drivers or compatibility layers.