duckdb / duckdb-rs

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

add thread local data initialization #363

Closed 0xcaff closed 3 months ago

0xcaff commented 4 months ago

This allows for thread local initialization of multi-threaded vtable execution. I've validated this works by pulling this patch into a vendored copy of this library in my project (https://github.com/0xcaff/duckdb_protobuf/commits/threads/)

0xcaff commented 3 months ago

closing due to inactivity. decided to vendor the changes into my project for now.