marcboeker / go-duckdb

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

Remaining Appender review changes and test fixes #167

Closed taniabogatsch closed 6 months ago

taniabogatsch commented 6 months ago

This PR contains the changes mentioned in the remaining comments of #150. Additionally, I noticed that the tests missed defer Close()-statements. There should be no more leaks in the test cases now.

marcboeker commented 6 months ago

Thanks @taniabogatsch!