Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
409 stars 69 forks source link

Use `Appender` throw Not implemented Error: Unimplemented type for cast (INT64 -> INT64)” #150

Closed Cricle closed 11 months ago

Cricle commented 11 months ago

image

Actually the value is DateTime type

StackTrace:

   at DuckDB.NET.Data.DuckDBAppender.ThrowLastError(DuckDBAppender appender)
   at DuckDB.NET.Data.DuckDBAppenderRow.Append[T](T value)
Giorgi commented 11 months ago

Can you post your table definition and your code that causes the error?

Giorgi commented 11 months ago

Closing. If still having the problem please provide the requested details.