Support `--column-extra-derives`
PR Info
Doesn't close any issue. Functionally related to, but not overlapping with: https://github.com/SeaQL/sea-orm/pull/1934 & https://github.com/SeaQL/sea-orm/pull/1952
New Features
- [x] New
--column-extra-derivesCLI option allows for adding custom derives to column enum.
Bug Fixes
None.
Breaking Changes
Fully backward compatible for the end user.
Changes
None.
Do let me know if you need help!
Hi @billy1624 for the compact entity format there is no column enum so it's passed but not used. We could also not pass it but then will have to change the assert_serde_variant_results
Hi @billy1624 is it ok or I should not pass it + update the assert_serde_variant_results?
Hi @billy1624 can you check again the PR?
Any plans on adding this in the near future? Would be nice to have instead of manually writing PartialEq impl's for the columns enum.
@billy1624 ?