SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.56k stars 459 forks source link

Support `--column-extra-derives` #2212

Open karolgorecki opened 1 month ago

karolgorecki commented 1 month ago

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

Bug Fixes

None.

Breaking Changes

Fully backward compatible for the end user.

Changes

None.

billy1624 commented 1 month ago

Do let me know if you need help!

karolgorecki commented 1 month ago

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

karolgorecki commented 1 month ago

Hi @billy1624 is it ok or I should not pass it + update the assert_serde_variant_results?

karolgorecki commented 3 weeks ago

Hi @billy1624 can you check again the PR?