Skip to content

Releases: ClickHouse/metabase-clickhouse-driver

Metabase ClickHouse Driver 0.9.0

07 Dec 11:00
8f55afa
Compare
Choose a tag to compare

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

Metabase ClickHouse Driver 0.8.3

01 Dec 15:43
d204220
Compare
Choose a tag to compare

Enable additional options for ClickHouse connection

Metabase ClickHouse Driver 0.8.2

30 Nov 09:38
Compare
Choose a tag to compare

Compatibility with Metabase 0.44

Thanks @slvrtrn

Metabase ClickHouse Driver 0.8.1

06 Dec 11:41
cda0e7b
Compare
Choose a tag to compare

New Release compatible with 0.41.3.1

This release also includes some bug fixes, e.g. for #69 or a way to make "substring" work for Enum fields.

Metabase ClickHouse Driver 0.8.0

04 Dec 18:52
6ec9859
Compare
Choose a tag to compare

New Release compatible with 0.41.2

Metabase ClickHouse Driver 0.7.5

16 Mar 05:03
1ecaa2d
Compare
Choose a tag to compare
prepare for 0.7.5, update README for JDBC driver news (#64)

Metabase ClickHouse Driver 0.7.4

04 Mar 20:52
f6fb0d2
Compare
Choose a tag to compare

For Metabase 0.38.1

Metabase ClickHouse Driver 0.7.3

13 Dec 17:31
Compare
Choose a tag to compare

For Metabase 0.37.3

Metabase ClickHouse Driver 0.7.2

16 Jun 16:38
7a3c200
Compare
Choose a tag to compare

Metabase ClickHouse Driver 0.7.1

01 Apr 19:53
bd26518
Compare
Choose a tag to compare