Giorgi / DuckDB.NET

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

Does not work with Dapper #5

Closed travis-leith closed 3 years ago

travis-leith commented 3 years ago

For some reason I can't get this to work with Dapper. As I understand it, Dapper is just a wrapper around ADO.Net so anything that looks like ADO.Net should work, in principle.

When I try to execute something using Dapper, I get "DuckDBOpen failed". I tried to work out a way to find a more detailed error message but was unsuccessful.

I created a branch which demonstrates the error here: https://github.com/travis-leith/DuckDB.NET/tree/show_dapper_error

travis-leith commented 3 years ago

Just run the sample project to see the error.

Giorgi commented 3 years ago

Fixed.