-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
Cli serde skip deserialize for primary key option #1186
Cli serde skip deserialize for primary key option #1186
Conversation
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 @tsar-boomba, sorry for the delay. Looks good to me. I'll merge this into a local branch where I'd like to refactor some lines before it goes into master branch.
Thanks @Witcher01 again for the initial contributions
Glad to be able to improve this great project! 😁 |
Thanks for the contributions and the big support!! :) |
* Cli serde skip deserialize for primary key option (#1186) * Add CLI option to skip primary keys with serde Implements: #841 * Codegen: fix tests * complete skip_deserialize cli feature * run fmt * fix tests Co-authored-by: witcher <witcher@wiredspace.de> * [cli] should be `#[serde(skip_deserializing)]` * [CLI] code refactor * [cli] rename Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com> Co-authored-by: witcher <witcher@wiredspace.de>
PR Info
Continuation of #846. The contributor couldn't finish it so I did.
Closes
New Features
--skip-primary-key-deserialization
flag for cli