Giorgi / DuckDB.NET

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

allows multiple concurrent connections #8

Closed travis-leith closed 3 years ago

travis-leith commented 3 years ago

Fix for #7

probably not ready for merge, probably much to discuss. But the general idea is there.

Giorgi commented 3 years ago

I'm not sure if this is proper implementation. The DuckDb.Dispose method is never called. The database should be closed when the last database connection for that file is closed.

Giorgi commented 3 years ago

Implemented in a2d8fe5