marcboeker / go-duckdb

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

Memory leak fixes in the connector #154

Closed taniabogatsch closed 6 months ago

taniabogatsch commented 7 months ago

This PR builds on the work of #151. See also my comment here.

Changes in this PR:

cc @marcboeker @levakin

taniabogatsch commented 7 months ago

This is an update to the main PR message concerning my most recent commit.

Note: there are still a few leaks in the appender, which @maiadegraaf addresses in #150.

marcboeker commented 6 months ago

Thanks @taniabogatsch