Skip to content

Conversation

@mschuwalow
Copy link
Contributor

No description provided.

@mschuwalow mschuwalow self-assigned this Aug 13, 2025
DataType::String => Ok(unit() + &param.name),
DataType::Uuid => Ok(unit() + "&" + &param.name + ".to_string()"),
DataType::Model(_) => Ok(unit() + "&" + &param.name + ".to_string()"),
DataType::Int(IntFormat::U64) => Ok(unit() + "&" + &param.name + ".to_string()"),
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@mschuwalow mschuwalow force-pushed the atomic-deployment-fixes branch from f6f5d71 to e92907d Compare August 13, 2025 16:33
@mschuwalow mschuwalow marked this pull request as draft August 14, 2025 10:59
@mschuwalow mschuwalow force-pushed the atomic-deployment-fixes branch from 2d687bc to e6d55a7 Compare August 14, 2025 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants