laravelBatch icon indicating copy to clipboard operation
laravelBatch copied to clipboard

insert batch and update batch in laravel

Results 29 laravelBatch issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://github.com/mavinoo/laravelBatch/assets/52774045/5fe5a3c5-5b90-408d-a432-14a93c641163)

updateWithTwoIndex not support increment / decrement as update method

Hello there! I try use this package for updating rows with fields which contains single quote. For example: `files/'test 'Р'усс"кие "ry'bub".png`. And i get an error: `Syntax error: 7 ERROR:...

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`...

当模型中设置了 const UPDATED_AT = null; 时。 Batch.php 文件 第303行只是校验了updatedAt 字段是否在用户提交的字段列表中,而没有判断是否需要添加updatedAt `if (!in_array($updatedAtColumn, $columns)) { $addUpdatedAtValue = true; array_push($columns, $updatedAtColumn); }` 导致模型中声明了无需更新时间的模型使用批量添加会报错! SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in...

Hi, thanks for the awesome library! I tried to batch()->update() multiple rows with a json column with value of a list of integers like so: `[1, 2, 3]` However, it...

try it in SQLite database but not working...