laravelBatch
laravelBatch copied to clipboard
insert batch and update batch in laravel
Possible add 3 index?

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