mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
564 stars 118 forks source link

Why not implement update by unlimited multiple colums in where clause? #110

Closed videni closed 2 months ago

videni commented 4 months ago

hi, thanks for this awesome libary, Can I ask the question why not implement batch update by by unlimited multiple colums in where clause. I noticed there is a updateWithTwoIndex method, it can do batch update by two columns, but how about three, four , more?

mavinoo commented 2 months ago

hi @videni add method multiple condition v2.4