Skip to content

Releases: ClickHouse/metabase-clickhouse-driver

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.

1.0.4

16 Feb 21:43
Compare
Choose a tag to compare

New features

  • Added a new "Scan all databases" UI toggle (disabled by default), which tells the driver to scan all available databases (excluding system and information_schema) instead of only the database it is connected to.
  • Database input moved below host/port/username/password in the UI.

1.0.3

15 Feb 00:38
ea6e26d
Compare
Choose a tag to compare

Bug fixes

  • Fixed NPE that could be thrown by the driver in case of empty database name input.

1.0.2

13 Feb 19:28
017e257
Compare
Choose a tag to compare

Bug fixes

  • As the underlying JDBC driver version does not support columns with (Simple)AggregationFunction type, these columns are now excluded from the table metadata and data browser result sets to prevent sync or data browsing errors.

1.0.1

03 Feb 21:05
91b523a
Compare
Choose a tag to compare

Bug fixes

  • Boolean base type inference fix by @s-huk (see #134)