Toni Erdmann
Toni Erdmann

Reputation: 11

datagrip seems to use deprecated version of clickhouse jdbc driver

In datagrip when you select a driver for clickhouse you can only select the old deprecated (ru.yandex) driver. I cannot figure out how to use the latest (com.clickhouse) driver.

Maven groupId ru.yandex.clickhouse and legacy JDBC driver ru.yandex.clickhouse.ClickHouseDriver are deprecated.

Please use new groupId com.clickhouse and driver com.clickhouse.jdbc.ClickHouseDriver instead. It's highly recommended to upgrade to 0.3.2+ and start to integrate the new JDBC driver for improved performance and stability.

Upvotes: 1

Views: 2107

Answers (1)

moscas
moscas

Reputation: 10345

Thanks for the report. We in DataGrip will fix that.

Upvotes: 2

Related Questions