marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
623 stars 97 forks source link

destroy config when closing connector #153

Closed levakin closed 6 months ago

levakin commented 7 months ago

This PR delegates destroy config call to Close method of the Connector. This changes were extracted from the #151 cc @taniabogatsch @marcboeker

marcboeker commented 6 months ago

@levakin Thanks for the PR. Closing this in favour of #154.