You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/28 09:43:22 UTC

[hop] branch master updated: HOP-4629: update clickhouse jdbc

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 62f62bf971 HOP-4629: update clickhouse jdbc
     new ffffb5b123 Merge pull request #1831 from hansva/master
62f62bf971 is described below

commit 62f62bf971ef412197fd0f001f06008807c00cda
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Nov 25 16:35:19 2022 +0100

    HOP-4629: update clickhouse jdbc
---
 assemblies/plugins/databases/clickhouse-assemblies/pom.xml              | 2 +-
 .../modules/ROOT/pages/database/databases/clickhouse.adoc               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/plugins/databases/clickhouse-assemblies/pom.xml b/assemblies/plugins/databases/clickhouse-assemblies/pom.xml
index 8685b4e21c..6c03f9ab5f 100644
--- a/assemblies/plugins/databases/clickhouse-assemblies/pom.xml
+++ b/assemblies/plugins/databases/clickhouse-assemblies/pom.xml
@@ -35,7 +35,7 @@
     <description></description>
 
     <properties>
-        <clickhouse.jdbc.version>0.3.2-patch9</clickhouse.jdbc.version>
+        <clickhouse.jdbc.version>0.3.2-patch11</clickhouse.jdbc.version>
     </properties>
 
     <dependencies>
diff --git a/docs/hop-user-manual/modules/ROOT/pages/database/databases/clickhouse.adoc b/docs/hop-user-manual/modules/ROOT/pages/database/databases/clickhouse.adoc
index b1e82e1755..7dad6da2cb 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/clickhouse.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/clickhouse.adoc
@@ -25,7 +25,7 @@ under the License.
 | Option | Info
 |Type | Columnar
 |Driver | Included
-|Version Included | 1.4.4
+|Version Included | 0.3.2-patch11
 |Hop Dependencies | None
 |Documentation | https://github.com/blynkkk/clickhouse4j[Documentation Link]
 |JDBC Url | jdbc:clickhouse://<host>:<port>[/<database>]