duckdb-rs icon indicating copy to clipboard operation
duckdb-rs copied to clipboard

Ergonomic bindings to duckdb for Rust

Results 175 duckdb-rs issues
Sort by recently updated
recently updated
newest added

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

auto-dependencies

Updates the requirements on [calamine](https://github.com/tafia/calamine) to permit the latest version. Changelog Sourced from calamine's changelog. 0.24.0 refactor (breaking): rename DataType enum to Data and DataTypeRef to DataRef feat: introduce a...

auto-dependencies

You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...

auto-dependencies

Simplify hacking on this repo by * Allowing to change the version from a single Cargo.toml instead of multiple crates. * Single place to update external dependency version instead of...

It seems like support for `u128` was forgotten, as `u64` and `i128` are supported. Is the fix as easy as adding `from_sql_integral!(u128);` to this [file](https://docs.rs/duckdb/latest/src/duckdb/types/from_sql.rs.html#170)? Edit: It's also missing for...

This adds an MVP support for union types for use in appender via arrows. The insertion works fine currently for primitive and string types (more types can be added in...

Hello, trying to compile v0.10.0 on my mac, I get *a lot* of errors from the c++ compiler (from xcode 14) about missing includes. ```text cargo:warning=ToolExecError: Command env -u IPHONEOS_DEPLOYMENT_TARGET...

This project has brought me quite close to realizing a new extension of DuckDB. I'm using duckdb-rs@919f145 with `features = ["bundled", "vtab-loadable"]` on a 2022 M2 Mac. In a `VTab::func`...

![image](https://github.com/duckdb/duckdb-rs/assets/32380374/34693827-698b-4051-9382-ddbc8415f718) OS: Windows 11 23H2 RUST Toolchains: rustc 1.76.0 (07dca489a 2024-02-04) err msg: ``` error occurred: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-I" "duckdb" "-I" "duckdb/third_party/concurrentqueue" "-I"...