Giorgi / DuckDB.NET

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

Code from the example does not work #121

Closed bykka closed 1 year ago

bykka commented 1 year ago

I use the last DuckDB.NET.Bindings.Full version 0.8.1 and code from the example does not work because class DuckDBResult has only private properties

image
Giorgi commented 1 year ago

Thanks for spotting the issue. The internal API has changed since I put those examples. Do you want to send a PR?

bykka commented 1 year ago

Take a look https://github.com/Giorgi/DuckDB.NET/pull/122

Giorgi commented 1 year ago

Thanks!