Giorgi / DuckDB.NET

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

Add possibility to append byte[] #181

Closed sashapodgoreanu closed 5 months ago

sashapodgoreanu commented 6 months ago

DuckDBAppender doesn't have the possibility to append an array of bytes.

Stan-RED commented 5 months ago

And SqlParameter does not support too. And also would be nice to add UUID support.

Giorgi commented 5 months ago

@StanEgo You can write byte[] to the database: https://github.com/Giorgi/DuckDB.NET/blob/0610950b92b0a1db73ab5ba12f9433bdd32f95fa/DuckDB.NET.Test/Parameters/BlobParameterTests.cs#L103