Giorgi / DuckDB.NET

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

missing support for DuckDBAppendHugeInt in appender #167

Closed addysa closed 5 months ago

addysa commented 5 months ago

Hi, the native appender wrapper does have the DuckDBAppendHugeInt method defined, but the c# DuckDBAppenderRow class doesn't have that type mapped in the list of types supported by AppendValue.

Would it be possible to add that?

TIA...

Giorgi commented 5 months ago

@addysa It will be included in the next release.