Allister Craig Smith
Results
2
issues of
Allister Craig Smith
### Description I'm attempting to specify the connection string to my DB in an `app.config` file in the root of my project, instead of hardcoding it in source. The type...
I'm hoping to use the new [Deltalake extension](https://github.com/duckdb/duckdb_delta), which looks to require DuckDB v0.10.3, whereas this wrapper is currently pinned to 0.10.2. Attempting to use the `delta_scan` function right now...