-
-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support --column-extra-derives
#2212
base: master
Are you sure you want to change the base?
Conversation
--column-extra-derives
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @karolgorecki, thanks for contributing!!
I think this PR is incomplete? I saw the codegen writer for the compact entity format is still not implemented. I will convert this as a draft PR :)
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 |
Hi @billy1624 is it ok or I should not pass it + update the |
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 |
PR Info
Doesn't close any issue.
Functionally related to, but not overlapping with: #1934 & #1952
New Features
--column-extra-derives
CLI option allows for adding custom derives to column enum.Bug Fixes
None.
Breaking Changes
Fully backward compatible for the end user.
Changes
None.