Skip to content

Releases: ClickHouse/metabase-clickhouse-driver

1.2.1

10 Aug 19:14
294bcb5
Compare
Choose a tag to compare

Important: Metabase 0.47.x is required

New features

  • Update the driver to use HoneySQL2

1.2.0

01 Aug 15:48
4aa52ed
Compare
Choose a tag to compare

Important: Metabase 0.47.x is required

New features

  • Metabase 0.47 support
  • Connection impersonation support (0.47 feature)

Bug fixes

  • More correct general database type -> base type mapping
  • DateTime64 is now correctly mapped to :type/DateTime
  • database-required field property is now correctly set to true if a field is not Nullable

1.1.7

20 Jun 15:26
79a8f1d
Compare
Choose a tag to compare

New features

  • JDBC driver upgrade (v0.4.1 -> v0.4.6)
  • Support DateTime64 by @lucas-tubi (#165)
  • Use native startsWith/endsWith instead of LIKE str%/LIKE %str (#174)

1.1.6

23 May 08:40
64644ed
Compare
Choose a tag to compare

Bug fixes

  • Fixed temporal bucketing issues (see #155)

1.1.5

19 May 15:34
506e0e8
Compare
Choose a tag to compare

Bug fixes

  • Fixed Nippy error on cached questions (see #147)

1.1.4

18 May 09:51
dc69c7a
Compare
Choose a tag to compare

Bug fixes

  • Fix sum-where where previously it could not be applied to Int columns (see #156)

1.1.3

23 Mar 13:12
ea706b7
Compare
Choose a tag to compare

New features

  • Hide .inner tables of Materialized Views.
  • Resolve Map base type to type/Dictionary.
  • Database name can now contain multiple schemas in the UI field (space-separated by default), which tells the driver to scan selected databases. Separator can be set in metabase.driver.clickhouse/SEPARATOR (@veschin)

1.1.2

09 Mar 01:08
0ead46a
Compare
Choose a tag to compare

Bug fixes

  • Now the driver can scan and work with SimpleAggregateFunction columns again: those were excluded by mistake in 1.0.2.

1.1.1

06 Mar 21:23
43f9b95
Compare
Choose a tag to compare

New features

  • Metabase 0.46.x compatibility.
  • Added cljc.java-time to dependencies, as it is no longer loaded by Metabase.

1.1.0

28 Feb 20:28
844d15c
Compare
Choose a tag to compare

New features

  • Update JDBC driver to v0.4.1.
  • Use new product_name additional option instead of client_name
  • Replace sql-jdbc.execute/read-column [:clickhouse Types/ARRAY] with sql-jdbc.execute/read-column-thunk [:clickhouse Types/ARRAY] to be compatible with Metabase 0.46 breaking changes once it is released.
  • Use Metabase v0.45.3 for CI.

Bug fixes

  • Fix sql-jdbc.execute/read-column-thunk [:clickhouse Types/TIME] return type.