Skip to content
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

Move BuildColumnsUpdateFragment to columns #632

Merged
merged 5 commits into from
May 13, 2024
Merged

Conversation

nathan-artie
Copy link
Contributor

No description provided.

@@ -264,3 +265,26 @@ func RemoveDeleteColumnMarker(cols []Column) ([]Column, bool) {
cols = slices.DeleteFunc(slices.Clone(cols), func(col Column) bool { return col.Name() == constants.DeleteColumnMarker })
return cols, len(cols) != origLength
}

// buildColumnsUpdateFragment will parse the columns and then returns a list of strings like: cc.first_name=c.first_name,cc.last_name=c.last_name,cc.email=c.email
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes here other than columns.Column -> Column, just moved it.

@nathan-artie nathan-artie marked this pull request as ready for review May 13, 2024 21:42
@nathan-artie nathan-artie merged commit 533e144 into master May 13, 2024
1 check passed
@nathan-artie nathan-artie deleted the nv/move-bcuf branch May 13, 2024 21:45
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.

None yet

2 participants