Structs such as PgInterval do not derive serde::Serialize/serde::Deserialize #4833
LucaCappelletti94
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for writing this proposal. I personally do consider the I'm still interested in hearing a use-case for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Backend
PostgreSQL, MySQL, SQLite, Others
What do you want to add to diesel?
Add
serdeas an optional feature-gated crate andserde::Serializeandserde::Deserializeoptional derives to all structs such asPgIntervalso that table structs which use them can in turn be serialized via derive.Implementation notes
No response
Additional details
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions