diff --git a/assemblies/lib-jdbc/pom.xml b/assemblies/lib-jdbc/pom.xml index 85aa8e46100..53256c3c099 100644 --- a/assemblies/lib-jdbc/pom.xml +++ b/assemblies/lib-jdbc/pom.xml @@ -31,17 +31,17 @@ - 0.4.6 + 0.5.0 10.16.1.1 0.9.1 2.2.224 2.7.2 - 10.2 + 20.0.6 3.1 12.4.1.jre11 42.6.0 2.1.0.19 - 3.14.1 + 3.14.3 3.43.0.0 diff --git a/assemblies/plugins/actions/snowflake/pom.xml b/assemblies/plugins/actions/snowflake/pom.xml index 94f1463da55..8e7e57aa2f3 100644 --- a/assemblies/plugins/actions/snowflake/pom.xml +++ b/assemblies/plugins/actions/snowflake/pom.xml @@ -33,7 +33,7 @@ - 3.13.30 + 3.14.3 diff --git a/assemblies/plugins/transforms/snowflake/pom.xml b/assemblies/plugins/transforms/snowflake/pom.xml index cda5f73613c..2eba3b64511 100644 --- a/assemblies/plugins/transforms/snowflake/pom.xml +++ b/assemblies/plugins/transforms/snowflake/pom.xml @@ -35,7 +35,7 @@ - 3.13.30 + 3.14.3 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 aeffea832e3..ec3e58e4784 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 | /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 a27df276a65..b1f6cec7ae2 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 | /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 a6418af44ba..13d634c0e65 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 | /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 1638ea48b3a..75f401d19ce 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://:[/] -|Driver folder | Hop Installation/plugins/databases/clickhouse/lib +|Driver folder | /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 f86aeae3961..88e4e2c0780 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 | /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 f6455be20d7..6a8bdd5b319 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:[:]/ |JDBC Url Embedded | jdbc:derby: -|Driver folder | Hop Installation/plugins/databases/derby/lib +|Driver folder | /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 2e9f5a8ea73..27137208a28 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 | /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 d1cf673f497..f09aba0c7de 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: -|Driver folder | Hop Installation/plugins/databases/duckdb/lib +|Driver folder | /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 0264e6c3d2c..04d2a52c923 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:: -|Driver folder | Hop Installation/plugins/databases/exasol4/lib +|Driver folder | /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 cafbacb67b3..a24cb7a89a0 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 | /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 7e555dccc76..f4734ba65db 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 | /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 4d8957f9703..67550a512fc 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= -|Driver folder | Hop Installation/plugins/databases/greenplum/lib +|Driver folder | /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 437827d9b1b..c1db8fd4d83 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:][] -|Driver folder | Hop Installation/plugins/databases/h2/lib +|Driver folder | /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 6074a6a8c74..145072ad0c3 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 | /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 31f23a7e51d..ec6e1d4880b 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 | /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 8247599e80c..cdc82b360ef 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 | /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 105f6e94774..453f4f1474c 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 | /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 c191b11291a..4411a67d56a 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 | /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 2196dcdb87e..356e2a85e55 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 | /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 18267d96d65..ec04ab322fe 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 | /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 5b87f93d99b..f5c9547bced 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 | /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 e1aa29f2892..224ce29b741 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 | /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 d8cf35c6e05..e51cc9e506a 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://[:][/][;=[;...]] -|Driver folder | Hop Installation/plugins/databases/mssql/lib +|Driver folder | /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 d3388386ef7..0fe21a4a0be 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 | /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 132301e63ca..afde19a5ea5 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 | /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 2a542fa6ea6..7ea829c00ed 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 | /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 914b303625f..35c91766939 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 | /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 33fee72f472..c733199ac63 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://:/ -|Driver folder | Hop Installation/plugins/databases/oraclerdb/lib +|Driver folder | /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 10ee266b3ee..56d6ff4daa3 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 | /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 260bbd62ff2..11404a973cd 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 | /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 cd02027748a..01972f9c29f 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://[:]/ -|Driver folder | Hop Installation/plugins/databases/sapdb/lib +|Driver folder | /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 71559411a5c..c3bb23581c2 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://.snowflakecomputing.com/?` -|Driver folder | Hop Installation/plugins/databases/snowflake/lib +|Driver folder | /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 c66f13e1c7a..c3b1ccc8b57 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 | /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 954443ca17b..9b34379918e 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 | /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 b85a9c877fc..055060332fb 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://[:][/][;=[;...]] -|Driver folder | Hop Installation/plugins/databases/sybase/lib +|Driver folder | /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 c8c9b17e05a..40b8c1f1ae5 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 | /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 db67b28b030..e1872aff60c 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 | /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 8ef776325d1..7ba8566591b 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 | /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 80bacf5100c..3f5f2a969bb 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 | /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 06f6c5ddf71..525a87fa7d9 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 | /lib/jdbc |=== diff --git a/plugins/transforms/snowflake/pom.xml b/plugins/transforms/snowflake/pom.xml index ef5b92c90d7..069619543a0 100644 --- a/plugins/transforms/snowflake/pom.xml +++ b/plugins/transforms/snowflake/pom.xml @@ -32,7 +32,7 @@ Hop Plugins Transforms Snowflake Bulk Loader - 3.13.30 + 3.14.3