This is an automated email from the ASF dual-hosted git repository.
usbrandon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from d0badb2f56 Merge pull request #3663 from bamaer/3601
add cc3b4a8eb3 fix #3510 DuckDB - if a table output fails, the destination
duckdb database file remains locked and can no longer be used.
add 7f9d89ff8b fix #3512 DuckDB- If you send it a Date some kind of
setTimestamp() prepared function fails
add ac032f9c2f fix #3512 Fixed failing unit test
add 9f414bd407 fix #3665 DuckDB plugins documentation improvement
add 4b95c4a6d2 Update IDatabase.java - Correct comments and grammar.
new 66bd8ebf9f Merge pull request #3664 from sramazzina/3512
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/hop/core/database/BaseDatabaseMeta.java | 5 +++
.../org/apache/hop/core/database/IDatabase.java | 17 +++++----
.../apache/hop/core/row/value/ValueMetaBase.java | 42 +++++++++++++++++-----
.../ValueMetaBaseSetPreparedStmntValueTest.java | 4 +++
.../ROOT/pages/database/databases/duckdb.adoc | 7 ++++
.../hop/databases/duckdb/DuckDBDatabaseMeta.java | 5 +++
.../transforms/tableoutput/TableOutput.java | 9 +++++
7 files changed, 73 insertions(+), 16 deletions(-)