marcboeker / go-duckdb

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

After next go-duckdb release: Use New C API function to get Types from the Appender duckdb/duckdb#10401 #155

Closed maiadegraaf closed 6 months ago

maiadegraaf commented 6 months ago

The next DuckDB release will include a function that returns the column types from the appender (https://github.com/duckdb/duckdb/pull/10401). The appender needs to be altered to check if the types being added to the data chunk match those of the table.

taniabogatsch commented 6 months ago

PR: #171

taniabogatsch commented 6 months ago

This issue is done.