Replies: 1 comment
-
Just a note. Events will not be available on this raw/bulk update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to request a feature related to Update Query. Right now we have to do it ourselves to update multiple records using one query we need to right our own code.
But I want to request this feature in Laravel, through which we can loop through and modify any property of eloquent (model). When we call update, it should update all the model that are changed.
Same feature should be using query builder, through which we can provide arrays (same as bulk insert) and provide the keys to check the condition and update the value using one query.
Same as we have in EF Core (.NET).
Beta Was this translation helpful? Give feedback.
All reactions