tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsql `de::from_row` does not support serde flatten

seanaye opened this issue · comments

de::from_row does incorrectly errors on structs which have a #[serde(flatten)] attribute in one of their member fields.

Error: Expected a struct

I will update this issue with a repro when I get a chance