Deriving PartialEq, PartialOrd, Eq, Ord and Hash for table and column markers
#4901
Closed
LucaCappelletti94
started this conversation in
Ideas
Replies: 2 comments 4 replies
|
Thanks for filling this proposal. Given that all these derives add additional code to what's already generated by the |
4 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.
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?
When working with structs which have one or more such markers, with some fields of the structs being from core like tuples, not having the ability to derive
PartialEqet similia adds a lot to boiler plating to the code.Would it be acceptable to add such derives to the
table!-generated marker structs?Implementation notes
No response
Additional details
No response
Checklist
All reactions