I'm using Knime 3.4.0 and found maybe a bug. When I create a new table with a date column and write a record everthing is fine. When I change the node to "append" to the newly created table, I get the error "ERROR Database Writer 0:10 Execute failed: Column "datum" of type "Local Date" from input does not match type "DATE" in database at position 0"
I tested this with the SQLite and MS SQL JDBC driver to exclude JDBC problems. The append works for varchar and int but not for date. The node creates a correct database table but is not able insert into the same, existing table anymore.
Reproduce:
- Table Creator Node with one columns of type "Local Date"
- Database Write to SQlite with SQL Type of "date" for the column
this will be supported with the new Database Integration. We will release the first batch of nodes as a preview with KNIME 3.6 and the final release of the new Database integration will be in december with 3.7.