Reputation: 11
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