Giorgi / DuckDB.NET

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

Exception when query empty rows #148

Closed Cricle closed 9 months ago

Cricle commented 9 months ago

image The query is

SELECT 1 FROM "cursor" WHERE "name" = '*'

image

image

Giorgi commented 9 months ago

Did you set the command text? I think you aren't using existsSql variable

Cricle commented 9 months ago

You are right, I forgot to send the SQL, sorry