Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit aef227a

Browse files
authored
Merge pull request #298 from viaduct-ai/tadej/update-deps
fix: Update clickhouse-client version to 0.8.1
2 parents 0a00ef6 + 2e91c59 commit aef227a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
### Bug fixes
4+
5+
* Update clickhouse-client to 0.8.1 ([#297](https://github.com/ClickHouse/metabase-clickhouse-driver/issues/297), [#288](https://github.com/ClickHouse/metabase-clickhouse-driver/issues/288)) to fix errors in queries with CTEs.
6+
17
# 1.53.1
28

39
### Bug fixes

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:paths ["src" "resources"]
22
:deps
33
{com.widdindustries/cljc.java-time {:mvn/version "0.1.21"}
4-
com.clickhouse/clickhouse-jdbc {:mvn/version "0.8.0"}
4+
com.clickhouse/clickhouse-jdbc {:mvn/version "0.8.1"}
55
org.lz4/lz4-java {:mvn/version "1.8.0"}}}

0 commit comments

Comments
 (0)