Skip to content

Releases: ClickHouse/metabase-clickhouse-driver

1.2.2

29 Sep 22:30
b199284
Compare
Choose a tag to compare

Important

  • :connection-impersonation feature from 0.47 is temporarily disabled due to the issues with cluster deployments. See #192 for more details.

Bug fixes

  • Removed forward slash from serialized IPv4/IPv6 columns. NB: IPv4/IPv6 columns are temporarily resolved as type/TextLike instead of type/IPAddress base type due to an unexpected result leading to an exception thrown in Metabase 0.47 type check. It is fixed in Metabase master, but it is not released yet.
  • Removed superfluous CAST calls from generated queries that use Date* columns and/or intervals.

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.