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

append_row, append fails when there are too many fields

Open wj-stack opened this issue 1 year ago • 0 comments

I have a table with 200 fields, and when I use append, I get an error,When I reduce to a certain number of fields, it is normal

called `Result::unwrap()` on an `Err` value: AppendError
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

wj-stack avatar Aug 02 '24 12:08 wj-stack