duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
511 stars 113 forks source link

Upgrade to duckdb 1.1.3 #399

Open andrewhamon opened 1 week ago

andrewhamon commented 1 week ago

Hello! I am hacking on a project using duckdb rust and noticed that the duckdb version was slightly out of date.

This came to my attention because it seems like a community plugin I am trying to use does not have updated binaries for duckdb 1.1.1 (the bigquery extension, to be specific).

Also, the upgrade script I think was missing crates/duckdb/Cargo.toml, so I added that in.

andrewhamon commented 1 week ago

I'm a little confused about the intent of the failing test.

The panic says "expected error" but I'm wondering if thats a typo and its actually an unexpected error?