Giorgi / DuckDB.NET

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

Changed evaluation order of error checking #4

Closed travis-leith closed 3 years ago

travis-leith commented 3 years ago

so that actual DuckDb error message is returned to caller, if it exists. Fixes #3

Giorgi commented 3 years ago

@travis-leith Please add the message in the constructor of the DuckDBDataReader class too.

Giorgi commented 3 years ago

@travis-leith Thanks! Will publish a new package later today.