This is an automated email from the ASF dual-hosted git repository.
nadment pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 16afb19c16 Update of the DuckDB version in the document
16afb19c16 is described below
commit 16afb19c167937a751f094b02750363a963a3b3f
Author: Nicolas Adment <[email protected]>
AuthorDate: Fri Feb 20 21:13:49 2026 +0100
Update of the DuckDB version in the document
---
docs/hop-user-manual/modules/ROOT/pages/database/databases/duckdb.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ba658e7000..df8e387c83 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
@@ -36,7 +36,7 @@ For details, please refer to
https://duckdb.org/docs/api/java[DuckDB Java API do
| Option | Info
|Type | Relational
|Driver |
https://search.maven.org/artifact/org.duckdb/duckdb_jdbc/1.3.2.1/jar[Driver
Link]
-|Version Included | 1.3.2.1
+|Version Included | 1.4.4.0
|Hop Dependencies | None
|Documentation | https://duckdb.org/docs/api/java.html
|JDBC Url | jdbc:duckdb: (in memory) or jdbc:duckdb:<FILE_PATH>