duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
474 stars 100 forks source link

fix: DuckDB 1.0.0 changes some types when bindgen is rerun - this fixes some Rust bindings. #346

Closed rustyconover closed 2 months ago

rustyconover commented 3 months ago

Building on top of #336, this fixes some vtab types when using the main branch of DuckDB.

Mytherin commented 2 months ago

Thanks for the attempt - I've disabled the Windows CI for now and merged my PR. If you want to fix the binding function types still could you rebase your last commit?

Mytherin commented 2 months ago

I've included your latest commit in https://github.com/duckdb/duckdb-rs/pull/353 - thanks again