diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

add Record support for 1 element tuples #4306

Closed meeshal closed 4 weeks ago

meeshal commented 1 month ago
meeshal commented 1 month ago

@weiznich , I also added support for row_to_json in separate commit like fn row_to_json<Row: RecordOrNullableRecord + MaybeNullableValue<Json>>(row: Row) -> Row::Out; to have some indirections tested. But then I noticed that someone already started to work on this here #4303 so, I'm pushing only changes connected with record.rs.