This is an automated email from the ASF dual-hosted git repository.
nadment 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 0bd3896bf1 Update duckdb.adoc
0bd3896bf1 is described below
commit 0bd3896bf19484fbd496a83ca8fa71a56f85fd5d
Author: Nicolas Adment <[email protected]>
AuthorDate: Sun Jan 7 20:54:37 2024 +0100
Update duckdb.adoc
---
.../hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 f09aba0c7d..f4ccdfe64f 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
@@ -28,8 +28,8 @@ 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.9.1
+|Driver |
https://search.maven.org/artifact/org.duckdb/duckdb_jdbc/0.9.2/jar[Driver Link]
+|Version Included | 0.9.2
|Hop Dependencies | None
|Documentation | https://duckdb.org/docs/api/java.html
|JDBC Url | jdbc:duckdb: (in memory) or jdbc:duckdb:<FILE_PATH>