-
Notifications
You must be signed in to change notification settings - Fork 5
Fixes for atomic deployment #34
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
base: main
Are you sure you want to change the base?
Conversation
src/rust/client_gen.rs
Outdated
| DataType::String => Ok(unit() + ¶m.name), | ||
| DataType::Uuid => Ok(unit() + "&" + ¶m.name + ".to_string()"), | ||
| DataType::Model(_) => Ok(unit() + "&" + ¶m.name + ".to_string()"), | ||
| DataType::Int(IntFormat::U64) => Ok(unit() + "&" + ¶m.name + ".to_string()"), |
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.
is it only for u64?
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.
The only one needed currently. My plan was to keep this branch open for now as I'm working on atomic deployments. Will do a pass after to cleanup and merge.
Will put as draft for now.
f6f5d71 to
e92907d
Compare
2d687bc to
e6d55a7
Compare
No description provided.