Closed matt-duch closed 2 years ago
Updated to fix the two issues (lint and failing test).
Hope this gets in soon, derive is breaking on any struct thats borrowed/lifetimes
Sorry for the delay - LGTM other than the clippy failures!
@sfackler Sorry about that. Fixed, clippy runs locally, and pushed.
Thanks! I will cut a release tomorrow.
Allows for derivation of FromSql and ToSql for generic types. Borrowed types are allowed for ToSql, but not meaningful to support for FromSql (so not supported). (also noted in #570)
Would you be interested in this change? A test was added. Happy to iterate.