sqlx/sqlx-macros-core
Marco Cameriero 9f1f682285 Allow using complex types in try_from when deriving FromRow (#2115)
* Use `syn::Type` instead of `syn::Ident` to parse the value of `#[sqlx(try_from = "...")]`

* Fix broken test after rebase
2023-02-21 13:25:25 -08:00
..
src Allow using complex types in try_from when deriving FromRow (#2115) 2023-02-21 13:25:25 -08:00
Cargo.toml Break drivers out into separate crates, clean up some technical debt (#2039) 2023-02-21 13:25:25 -08:00