mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00

* derive FromRow: sqlx(default) for all fields * error in test_struct_default fixed * derive FromRow: struct level sqlx(default) requires and uses Default implementation * Update sqlx-core/src/from_row.rs Co-authored-by: Austin Bonander <austin.bonander@gmail.com> * Update sqlx-core/src/from_row.rs Co-authored-by: Austin Bonander <austin.bonander@gmail.com> * satify cargo fmt --------- Co-authored-by: Austin Bonander <austin.bonander@gmail.com>