Closed neilfromcork closed 2 months ago
Does this happen when you are debugging the code? Are you using Rider?
Yes, while debugging. And yes, I'm using Rider.
..works fine when using positional parameters
Check this for a workaround: https://github.com/Giorgi/DuckDB.NET?tab=readme-ov-file#known-issues
I'm getting the following error when I run a parameterized query:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Code is:
Using .Net 8.0, DuckDB.NET.Data.Full 1.0.2, DuckDB.NET.Bindings.Full 1.0.2