Skip to content

Commit

Permalink
Prepare 1.50.6 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Sep 2, 2024
1 parent 2b10d6c commit 09ad57d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.50.6

### Bug fixes

* Fixed null pointer exception on CSV insert ([#268](https://github.com/ClickHouse/metabase-clickhouse-driver/pull/268), [crisptrutski](https://github.com/crisptrutski)).

# 1.50.5

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
info:
name: Metabase ClickHouse Driver
version: 1.50.5
version: 1.50.6
description: Allows Metabase to connect to ClickHouse databases.
contact-info:
name: ClickHouse
Expand Down
4 changes: 2 additions & 2 deletions src/metabase/driver/clickhouse.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(driver/register! :clickhouse :parent #{:sql-jdbc})

(defmethod driver/display-name :clickhouse [_] "ClickHouse")
(def ^:private product-name "metabase/1.50.5")
(def ^:private product-name "metabase/1.50.6")

(defmethod driver/prettify-native-form :clickhouse
[_ native-form]
Expand Down Expand Up @@ -296,4 +296,4 @@

(defmethod driver.sql/default-database-role :clickhouse
[_ _]
"NONE")
"NONE")
2 changes: 1 addition & 1 deletion test/metabase/test/data/clickhouse.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:ssl false
:use_no_proxy false
:use_server_time_zone_for_dates true
:product_name "metabase/1.50.5"
:product_name "metabase/1.50.6"
:databaseTerm "schema"
:remember_last_set_roles true
:http_connection_provider "HTTP_URL_CONNECTION"})
Expand Down

0 comments on commit 09ad57d

Please sign in to comment.