github ClickHouse/metabase-clickhouse-driver 0.9.0
Metabase ClickHouse Driver 0.9.0

latest releases: 1.50.6, 1.50.5, 1.50.4...
21 months ago

Using https://github.com/ClickHouse/clickhouse-jdbc 0.3.2-patch11 now

Fixed:

  • URLs with underscores #23
  • now() timezones issues #81
  • Boolean errors #88

NB: there are messages like this in the Metabase logs

2022-12-07 11:20:58,056 WARN internal.ClickHouseConnectionImpl :: [JDBC Compliant Mode] Transaction is not supported. You may change jdbcCompliant to false to throw SQLException instead.
2022-12-07 11:20:58,056 WARN internal.ClickHouseConnectionImpl :: [JDBC Compliant Mode] Transaction [ce0e121a-419a-4414-ac39-30f79eff7afd] (0 queries & 0 savepoints) is committed.

Unfortunately, this is the behaviour of the underlying JDBC driver now.

Please consider raising the log level for com.clickhouse.jdbc.internal.ClickHouseConnectionImpl to ERROR.

What's Changed

  • JDBC driver upgrade by @slvrtrn in #108
  • More data types tests, add custom CH docker config by @slvrtrn in #112
  • Remove Booleans workaround by @slvrtrn in #111
  • Update README and logo, provide a build script by @slvrtrn in #113
  • Fix TIMESTAMP_WITH_TIMEZONE behavior, add Metabase Docker container by @slvrtrn in #114
  • More JDBC driver goodness by @enqueue in #110

Full Changelog: 0.8.3...0.9.0

Don't miss a new metabase-clickhouse-driver release

NewReleases is sending notifications on new releases.