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 22ae447c50 [DOC] update the jdbc references
new f8d05204b3 Merge pull request #3390 from hansva/master
22ae447c50 is described below
commit 22ae447c50d7c13067a89395509a7f99cc607d52
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Nov 14 11:48:34 2023 +0100
[DOC] update the jdbc references
---
assemblies/lib-jdbc/pom.xml | 6 +++---
assemblies/plugins/actions/snowflake/pom.xml | 2 +-
assemblies/plugins/transforms/snowflake/pom.xml | 2 +-
.../modules/ROOT/pages/database/databases/access.adoc | 2 +-
.../modules/ROOT/pages/database/databases/as400.adoc | 4 ++--
.../modules/ROOT/pages/database/databases/cache.adoc | 6 +++---
.../modules/ROOT/pages/database/databases/clickhouse.adoc | 4 ++--
docs/hop-user-manual/modules/ROOT/pages/database/databases/db2.adoc | 2 +-
.../modules/ROOT/pages/database/databases/derby.adoc | 2 +-
.../modules/ROOT/pages/database/databases/doris.adoc | 2 +-
.../modules/ROOT/pages/database/databases/duckdb.adoc | 4 ++--
.../modules/ROOT/pages/database/databases/exasol.adoc | 6 +++---
.../modules/ROOT/pages/database/databases/firebird.adoc | 2 +-
.../modules/ROOT/pages/database/databases/googlebigquery.adoc | 2 +-
.../modules/ROOT/pages/database/databases/greenplum.adoc | 6 +++---
docs/hop-user-manual/modules/ROOT/pages/database/databases/h2.adoc | 2 +-
.../modules/ROOT/pages/database/databases/hypersonic.adoc | 2 +-
.../modules/ROOT/pages/database/databases/infobright.adoc | 2 +-
.../modules/ROOT/pages/database/databases/informix.adoc | 2 +-
.../modules/ROOT/pages/database/databases/ingres.adoc | 2 +-
.../modules/ROOT/pages/database/databases/interbase.adoc | 2 +-
.../hop-user-manual/modules/ROOT/pages/database/databases/iris.adoc | 2 +-
.../modules/ROOT/pages/database/databases/kingbasees.adoc | 2 +-
.../modules/ROOT/pages/database/databases/mariadb.adoc | 2 +-
.../modules/ROOT/pages/database/databases/monetdb.adoc | 2 +-
.../modules/ROOT/pages/database/databases/mssql.adoc | 2 +-
.../modules/ROOT/pages/database/databases/mssqlnative.adoc | 2 +-
.../modules/ROOT/pages/database/databases/mysql.adoc | 2 +-
.../modules/ROOT/pages/database/databases/netezza.adoc | 2 +-
.../modules/ROOT/pages/database/databases/oracle.adoc | 2 +-
.../modules/ROOT/pages/database/databases/oraclerdb.adoc | 2 +-
.../modules/ROOT/pages/database/databases/postgresql.adoc | 2 +-
.../modules/ROOT/pages/database/databases/redshift.adoc | 2 +-
.../modules/ROOT/pages/database/databases/sapdb.adoc | 2 +-
.../modules/ROOT/pages/database/databases/snowflake.adoc | 4 ++--
.../modules/ROOT/pages/database/databases/sqlbase.adoc | 2 +-
.../modules/ROOT/pages/database/databases/sqlite.adoc | 2 +-
.../modules/ROOT/pages/database/databases/sybase.adoc | 6 +++---
.../modules/ROOT/pages/database/databases/sybaseiq.adoc | 2 +-
.../modules/ROOT/pages/database/databases/teradata.adoc | 2 +-
.../modules/ROOT/pages/database/databases/universe.adoc | 2 +-
.../modules/ROOT/pages/database/databases/vectorwise.adoc | 6 +++---
.../modules/ROOT/pages/database/databases/vertica.adoc | 4 ++--
plugins/transforms/snowflake/pom.xml | 2 +-
44 files changed, 61 insertions(+), 61 deletions(-)
diff --git a/assemblies/lib-jdbc/pom.xml b/assemblies/lib-jdbc/pom.xml
index 85aa8e4610..53256c3c09 100644
--- a/assemblies/lib-jdbc/pom.xml
+++ b/assemblies/lib-jdbc/pom.xml
@@ -31,17 +31,17 @@
</parent>
<properties>
- <clickhouse.jdbc.version>0.4.6</clickhouse.jdbc.version>
+ <clickhouse.jdbc.version>0.5.0</clickhouse.jdbc.version>
<derby.version>10.16.1.1</derby.version>
<duckdb.version>0.9.1</duckdb.version>
<h2.version>2.2.224</h2.version>
<hyersonic.version>2.7.2</hyersonic.version>
- <jt400.version>10.2</jt400.version>
+ <jt400.version>20.0.6</jt400.version>
<monetdb.version>3.1</monetdb.version>
<mssqlnative.version>12.4.1.jre11</mssqlnative.version>
<postgresql.version>42.6.0</postgresql.version>
<redshift.version>2.1.0.19</redshift.version>
- <snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
+ <snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
<sqlite.version>3.43.0.0</sqlite.version>
</properties>
diff --git a/assemblies/plugins/actions/snowflake/pom.xml
b/assemblies/plugins/actions/snowflake/pom.xml
index 94f1463da5..8e7e57aa2f 100644
--- a/assemblies/plugins/actions/snowflake/pom.xml
+++ b/assemblies/plugins/actions/snowflake/pom.xml
@@ -33,7 +33,7 @@
<description />
<properties>
- <snowflake.jdbc.version>3.13.30</snowflake.jdbc.version>
+ <snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
</properties>
<dependencies>
diff --git a/assemblies/plugins/transforms/snowflake/pom.xml
b/assemblies/plugins/transforms/snowflake/pom.xml
index cda5f73613..2eba3b6451 100644
--- a/assemblies/plugins/transforms/snowflake/pom.xml
+++ b/assemblies/plugins/transforms/snowflake/pom.xml
@@ -35,7 +35,7 @@
<description />
<properties>
- <snowflake.jdbc.version>3.13.30</snowflake.jdbc.version>
+ <snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
</properties>
<dependencies>
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/access.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/access.adoc
index aeffea832e..ec3e58e478 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/access.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/access.adoc
@@ -35,5 +35,5 @@ For writing it is better to use the Microsoft Access Output
transformation.
|Hop Dependencies | None
|Documentation |
http://http://ucanaccess.sourceforge.net/site.html[Documentation Link]
|JDBC Url | jdbc:ucanaccess://path.mdb
-|Driver folder | Hop Installation/plugins/databases/msacces/lib
+|Driver folder | <Hop Installation>/plugins/databases/access/lib/
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/as400.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/as400.adoc
index a27df276a6..b1f6cec7ae 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/as400.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/as400.adoc
@@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | Included
-|Version Included | 10.2
+|Version Included | 20.0.6
|Hop Dependencies | None
|Documentation |
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/rzahh/javadoc/com/ibm/as400/access/doc-files/JDBCProperties.html[Documentation
Link]
|JDBC Url | jdbc:as400://hostname/default-schema
-|Driver folder | Hop Installation/plugins/databases/as400/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/cache.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/cache.adoc
index a6418af44b..13d634c0e6 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/cache.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/cache.adoc
@@ -24,12 +24,12 @@ under the License.
|===
| Option | Info
|Type | Relational
-|Driver | Included
-|Version Included | 3.0.0
+|Driver |
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD_intro
+|Version Included | None
|Hop Dependencies | None
|Documentation |
https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD[Documentation
Link]
|JDBC Url | jdbc:Cache://hostname:1972/database
-|Driver folder | Hop Installation/plugins/databases/cache/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
NOTE: Old driver connection, prefer new InterSystems Iris connection.
\ No newline at end of file
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 1638ea48b3..75f401d19c 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,9 +25,9 @@ under the License.
| Option | Info
|Type | Columnar
|Driver | Included
-|Version Included | 0.4.6
+|Version Included | 0.5.0
|Hop Dependencies | None
|Documentation | https://github.com/blynkkk/clickhouse4j[Documentation Link]
|JDBC Url | jdbc:clickhouse://<host>:<port>[/<database>]
-|Driver folder | Hop Installation/plugins/databases/clickhouse/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/db2.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/db2.adoc
index f86aeae396..88e4e2c078 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/db2.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/db2.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.ibm.com/support/knowledgecenter/SSCQGF_7.2.0.1/com.ibm.IBMDI.doc_7.2.0.1/rg_conn_jdbc.html[Documentation
Link]
|JDBC Url | jdbc:db2://hostname:port/dbname
-|Driver folder | Hop Installation/plugins/databases/db2/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/derby.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/derby.adoc
index f6455be20d..6a8bdd5b31 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/derby.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/derby.adoc
@@ -30,7 +30,7 @@ under the License.
|Documentation |
https://db.apache.org/derby/derby_downloads.html[Documentation Link]
|JDBC Url | jdbc:derby:<host>[:<port>]/<database>
|JDBC Url Embedded | jdbc:derby:<database>
-|Driver folder | Hop Installation/plugins/databases/derby/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
NOTE: Derby JDBC driver has two different modes, if you want to use Derby
Embbeded, replace the _derbyclient.jar_ file with _derby.jar_
\ No newline at end of file
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
index 2e9f5a8ea7..27137208a2 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
@@ -32,7 +32,7 @@ Please see the https://doris.apache.org[Apache Doris website]
for more informati
|Hop Dependencies | None
|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation
Link]
|JDBC Url | jdbc:mysql://hostname:9030/databaseName
-|Driver folder | Hop Installation/plugins/databases/doris/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
The port of JDBC Url is same as the query port of Frontend in Doris.
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc
index d1cf673f49..f09aba0c7d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc
@@ -29,11 +29,11 @@ As an in-process database, DuckDB is easy to configure:
specify the path to your
| Option | Info
|Type | Relational
|Driver |
https://search.maven.org/artifact/org.duckdb/duckdb_jdbc/0.7.0/jar[Driver Link]
-|Version Included | 0.8.1
+|Version Included | 0.9.1
|Hop Dependencies | None
|Documentation | https://duckdb.org/docs/api/java.html
|JDBC Url | jdbc:duckdb: (in memory) or jdbc:duckdb:<FILE_PATH>
-|Driver folder | Hop Installation/plugins/databases/duckdb/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/exasol.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/exasol.adoc
index 0264e6c3d2..04d2a52c92 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/exasol.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/exasol.adoc
@@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
-|Driver | Included
-|Version Included | 6.2.1
+|Driver |
https://docs.exasol.com/db/latest/connect_exasol/drivers/jdbc.htm#JDBCDriver
+|Version Included | None
|Hop Dependencies | None
|Documentation |
https://docs.exasol.com/connect_exasol/drivers/jdbc.htm[Documentation Link]
|JDBC Url | jdbc:exa:<server>:<port8563>
-|Driver folder | Hop Installation/plugins/databases/exasol4/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/firebird.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/firebird.adoc
index cafbacb67b..a24cb7a89a 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/firebird.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/firebird.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html[Documentation
Link]
|JDBC Url | jdbc:firebirdsql://localhost:3050/c:/database/example.fdb
-|Driver folder | Hop Installation/plugins/databases/firebird/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/googlebigquery.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/googlebigquery.adoc
index 7e555dccc7..f4734ba65d 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/googlebigquery.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/googlebigquery.adoc
@@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.simba.com/products/BigQuery/doc/JDBC_InstallGuide/content/jdbc/d-intro.htm[Documentation
Link]
|JDBC Url |
jdbc:bigquery://[Host]:[Port];ProjectId=[Project];OAuthType=[AuthValue]
-|Driver folder | Hop Installation/plugins/databases/googlebigquery/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
The Simba driver is packaged as a .zip containing many jars. Only a subset of
the jars included with the Driver are necessary to use Bigquery JDBC with
Apache Hop. Furthermore, some of the jars may conflict with those packaged with
Hop and *must* be excluded.
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/greenplum.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/greenplum.adoc
index 4d8957f970..67550a512f 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/greenplum.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/greenplum.adoc
@@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
-|Driver | Included
-|Version Included | 5.1.4
+|Driver |
https://docs.vmware.com/en/VMware-Greenplum/7/greenplum-database/datadirect-datadirect_jdbc.html
+|Version Included | None
|Hop Dependencies | Postgresql Plugin
|Documentation |
https://gpdb.docs.pivotal.io/590/datadirect/datadirect_jdbc.html[Documentation
Link]
|JDB Url | jdbc:pivotal:greenplum://host:port;DatabaseName=<name>
-|Driver folder | Hop Installation/plugins/databases/greenplum/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git a/docs/hop-user-manual/modules/ROOT/pages/database/databases/h2.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/h2.adoc
index 437827d9b1..c1db8fd4d8 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/h2.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/h2.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://jdbc.postgresql.org/documentation/head/index.html[Documentation Link]
|JDBC Url | jdbc:h2:[file:][<path>]<databaseName>
-|Driver folder | Hop Installation/plugins/databases/h2/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/hypersonic.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/hypersonic.adoc
index 6074a6a8c7..145072ad0c 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/hypersonic.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/hypersonic.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
http://hsqldb.org/doc/2.0/guide/dbproperties-chapt.html[Documentation Link]
|JDBC Url | jdbc:hsqldb:hsql//hostname
-|Driver folder | Hop Installation/plugins/databases/hypersonic/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/infobright.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/infobright.adoc
index 31f23a7e51..ec6e1d4880 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/infobright.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/infobright.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Mysql Database Plugin
|Documentation |
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference.html[Documentation
Link]
|JDBC Url | jdbc:mysql://hostname:3306/databaseName
-|Driver folder | Hop Installation/plugins/databases/infobright/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/informix.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/informix.adoc
index 8247599e80..cdc82b360e 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/informix.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/informix.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.ibm.com/support/knowledgecenter/en/SSGU8G_12.1.0/com.ibm.jdbc_pg.doc/jdbc.htm[Documentation
Link]
|JDBC Url | jdbc:informix-sqli://hostname:1533/databaseName
-|Driver folder | Hop Installation/plugins/databases/informix/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/ingres.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/ingres.adoc
index 105f6e9477..453f4f1474 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/ingres.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/ingres.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://docs.actian.com/ingres/11.0/index.html#page/Connectivity%2FJDBC_Driver_and_Data_Source_Classes.htm%23[Documentation
Link]
|JDBC Url | jdbc:ingres://host:port{,port}{;host:port{,port}}/db{;attr=value}
-|Driver folder | Hop Installation/plugins/databases/ingres/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/interbase.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/interbase.adoc
index c191b11291..4411a67d56 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/interbase.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/interbase.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
http://docwiki.embarcadero.com/InterBase/2020/en/Programming_with_JDBC[Documentation
Link]
|JDBC Url | jdbc:interbase://hostname:3050/path/to/database.ib
-|Driver folder | Hop Installation/plugins/databases/interbase/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/iris.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/iris.adoc
index 2196dcdb87..356e2a85e5 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/iris.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/iris.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://docs.intersystems.com/iris20223/csp/docbook/Doc.View.cls?KEY=BJAVA_connecting[Documentation
Link]
|JDBC Url | jdbc:IRIS://hostname:port/database
-|Driver folder | Hop Installation/plugins/databases/iris/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/kingbasees.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/kingbasees.adoc
index 18267d96d6..ec04ab322f 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/kingbasees.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/kingbasees.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.kingbase.com.cn/zhuanti/kes/html/jdbc.html[Documentation Link]
|JDBC Url | jdbc:kingbase8://host:port/database
-|Driver folder | Hop Installation/plugins/databases/kingbasees/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mariadb.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mariadb.adoc
index 5b87f93d99..f5c9547bce 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mariadb.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mariadb.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Mysql Database plugin
|Documentation |
https://mariadb.com/kb/en/about-mariadb-connector-j/[Documentation Link]
|JDBC Url | jdbc:mariadb://hostname:port/databaseName
-|Driver folder | Hop Installation/plugins/databases/mariadb/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/monetdb.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/monetdb.adoc
index e1aa29f289..224ce29b74 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/monetdb.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/monetdb.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/JDBC[Documentation
Link]
|JDBC Url | jdbc:monetdb://hostname/databaseName
-|Driver folder | Hop Installation/plugins/databases/monetdb/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssql.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssql.adoc
index d8cf35c6e0..e51cc9e506 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssql.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssql.adoc
@@ -32,5 +32,5 @@ When creating new database connections it is recommended to
use the native conne
|Hop Dependencies | None
|Documentation | http://jtds.sourceforge.net/faq.html[Documentation Link]
|JDBC Url |
jdbc:jtds:sqlserver://<server>[:<port>][/<database>][;<property>=<value>[;...]]
-|Driver folder | Hop Installation/plugins/databases/mssql/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
index d3388386ef..0fe21a4a0b 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
@@ -30,7 +30,7 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15[Documentation
Link]
|JDBC Url |
jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
-|Driver folder | Hop Installation/plugins/databases/mssqlnative/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
== Integrated Authentication / Windows Based Authentication
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mysql.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mysql.adoc
index 132301e63c..afde19a5ea 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mysql.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mysql.adoc
@@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation
Link]
|JDBC Url | jdbc:mysql://hostname:33060/databaseName
-|Driver folder | Hop Installation/plugins/databases/mysql/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
**Important:** When creating a connection for mysql make sure you select the
correct "database type". +
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/netezza.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/netezza.adoc
index 2a542fa6ea..7ea829c00e 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/netezza.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/netezza.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.datacon.doc/c_datacon_installing_configuring_jdbc.html[Documentation
Link]
|JDBC Url | jdbc:netezza://hostname:5490/databaseName
-|Driver folder | Hop Installation/plugins/databases/netezza/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
index 914b303625..35c9176693 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
@@ -29,7 +29,7 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm[Documentation Link]
|JDBC Url | jdbc:oracle:thin:@hostname:port Number:databaseName
-|Driver folder | Hop Installation/plugins/databases/oracle/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
TIP: Starting with Oracle Database 11g Release 1 (11.1), data type "Date" will
be mapped to "Timestamp" by default.
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oraclerdb.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oraclerdb.adoc
index 33fee72f47..c733199ac6 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oraclerdb.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oraclerdb.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.oracle.com/technetwork/database/database-technologies/rdb/documentation/rdbjdbc-ug-725-129654.pdf[Documentation
Link]
|JDBC Url | jdbc:rdbThin://<node>:<port>/<database_specification>
-|Driver folder | Hop Installation/plugins/databases/oraclerdb/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/postgresql.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/postgresql.adoc
index 10ee266b3e..56d6ff4daa 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/postgresql.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/postgresql.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://jdbc.postgresql.org/documentation/head/index.html[Documentation Link]
|JDBC Url | jdbc:postgresql://host:port/database
-|Driver folder | Hop Installation/plugins/databases/as400/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/redshift.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/redshift.adoc
index 260bbd62ff..11404a973c 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/redshift.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/redshift.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | Postgresql Database plugin
|Documentation |
https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html[Documentation
Link]
|JDBC Url | jdbc:redshift://endpoint:port/database
-|Driver folder | Hop Installation/plugins/databases/redshift/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sapdb.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sapdb.adoc
index cd02027748..01972f9c29 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sapdb.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sapdb.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://help.sap.com/saphelp_tm93/helpdata/en/37/5f6b6e966242aead8025bdc5296489/frameset.htm[Documentation
Link]
|JDBC Url | jdbc:sapdb://<database_computer>[:<port>]/<database_name>
-|Driver folder | Hop Installation/plugins/databases/sapdb/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/snowflake.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/snowflake.adoc
index 71559411a5..c3bb23581c 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/snowflake.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/snowflake.adoc
@@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | Included
-|Version Included | 3.14.1
+|Version Included | 3.14.3
|Hop Dependencies | None
|Documentation |
https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html[Documentation
Link]
|JDBC Url |
`jdbc:snowflake://<account_name>.snowflakecomputing.com/?<connection_params>`
-|Driver folder | Hop Installation/plugins/databases/snowflake/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlbase.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlbase.adoc
index c66f13e1c7..c3b1ccc8b5 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlbase.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlbase.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://knowledge.opentext.com/knowledge/cs.dll/kcs/kb[Documentation Link]
|JDBC Url | jdbc:sqlbase://hostname:port/databaseName
-|Driver folder | Hop Installation/plugins/databases/sqlbase/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlite.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlite.adoc
index 954443ca17..9b34379918 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlite.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sqlite.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www.sqlitetutorial.net/sqlite-java/sqlite-jdbc-driver/[Documentation
Link]
|JDBC Url | jdbc:sqlite:sample.db
-|Driver folder | Hop Installation/plugins/databases/sqlite/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybase.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybase.adoc
index b85a9c877f..055060332f 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybase.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybase.adoc
@@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
-|Driver | Included
-|Version Included | 1.3.1
+|Driver | Included in Database installation
+|Version Included | None
|Hop Dependencies | None
|Documentation | http://jtds.sourceforge.net/faq.html[Documentation Link]
|JDBC Url |
jdbc:jtds:sybase://<server>[:<port>][/<database>][;<property>=<value>[;...]]
-|Driver folder | Hop Installation/plugins/databases/sybase/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybaseiq.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybaseiq.adoc
index c8c9b17e05..40b8c1f1ae 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybaseiq.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/sybaseiq.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01776.1600/doc/html/san1357754910584.html[Documentation
Link]
|JDBC Url | jdbc:sybase:Tds:localhost:2638
-|Driver folder | Hop Installation/plugins/databases/sybaseiq/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/teradata.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/teradata.adoc
index db67b28b03..e1872aff60 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/teradata.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/teradata.adoc
@@ -28,5 +28,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/frameset.html[Documentation
Link]
|JDBC Url | jdbc:teradata://Hostname
-|Driver folder | Hop Installation/plugins/databases/teradata/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/universe.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/universe.adoc
index 8ef776325d..7ba8566591 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/universe.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/universe.adoc
@@ -29,5 +29,5 @@ under the License.
|Hop Dependencies | None
|Documentation |
https://www-05.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?CTY=US&FNC=SRX&PBL=G251-1210-00#[Documentation
Link]
|JDBC Url | jdbc:ibmu2://localhost
-|Driver folder | Hop Installation/plugins/databases/universe/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/vectorwise.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/vectorwise.adoc
index 80bacf5100..3f5f2a969b 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/vectorwise.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/vectorwise.adoc
@@ -24,10 +24,10 @@ under the License.
|===
| Option | Info
|Type | Relational
-|Driver | Included
-|Version Included | 10.0-4.0.5
+|Driver | https://esd.actian.com/product/drivers/JDBC/java/JDBC
+|Version Included | None
|Hop Dependencies | None
|Documentation |
https://docs.actian.com/ingres/11.0/index.html#page/Connectivity%2FJDBC_Driver_and_Data_Source_Classes.htm%23[Documentation
Link]
|JDBC Url | jdbc:ingres://host:port{,port}{;host:port{,port}}/db{;attr=value}
-|Driver folder | Hop Installation/plugins/databases/vectorwise/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/vertica.adoc
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/vertica.adoc
index 06f6c5ddf7..525a87fa7d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/vertica.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/vertica.adoc
@@ -25,9 +25,9 @@ under the License.
| Option | Info
|Type | Relational
|Driver | https://www.vertica.com/download/vertica/client-drivers/[Driver Link]
-|Version Included | 23.3.0-0
+|Version Included | None
|Hop Dependencies | None
|Documentation |
https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/ConnectingToVertica/ClientJDBC/JDBCConnectionProperties.htm[Documentation
Link]
|JDBC Url | jdbc:vertica://VerticaHost:portNumber/databaseName
-|Driver folder | Hop Installation/plugins/databases/vertica/lib
+|Driver folder | <Hop Installation>/lib/jdbc
|===
diff --git a/plugins/transforms/snowflake/pom.xml
b/plugins/transforms/snowflake/pom.xml
index ef5b92c90d..069619543a 100644
--- a/plugins/transforms/snowflake/pom.xml
+++ b/plugins/transforms/snowflake/pom.xml
@@ -32,7 +32,7 @@
<name>Hop Plugins Transforms Snowflake Bulk Loader</name>
<properties>
- <snowflake.jdbc.version>3.13.30</snowflake.jdbc.version>
+ <snowflake.jdbc.version>3.14.3</snowflake.jdbc.version>
</properties>
<dependencies>