Your Question
Do gorm support bulk updates? i.e to update every column to different values for each record. I tried searching but didn't find anything of this sort in gorm or any other alternative
PS: As of now I have written raw query with with-case-when-then-else ref.
Also, if there isn't is there any limitation to not have this feature.
The document you expected this should be explained
https://gorm.io/docs/update.html
Expected answer
Comment From: JosephInAfrica
I would use batch create with a clause.OnConflict{UpdateAll:true} when I need to batch update
Comment From: github-actions[bot]
This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days