Skip to content

Commit

Permalink
Migrate the driver to HoneySQL2 (#184)
Browse files Browse the repository at this point in the history
* HSQL2 WIP

* Changelog, fix (some) reflection warnings

* Update src/metabase/driver/clickhouse_qp.clj

Co-authored-by: metamben <[email protected]>

* Address PR review

* Update with-null-check

---------

Co-authored-by: metamben <[email protected]>
  • Loading branch information
slvrtrn and metamben authored Aug 8, 2023
1 parent 4aa52ed commit 294bcb5
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 420 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.1
### New features
* Use HoneySQL2 in the driver

# 1.2.0

### New features
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.2.0
version: 1.2.1
description: Allows Metabase to connect to ClickHouse databases.
contact-info:
name: ClickHouse
Expand Down
Loading

0 comments on commit 294bcb5

Please sign in to comment.