Mohammad Ghanbari

Results 3 comments of Mohammad Ghanbari

batch update only one condition. ``` $product_model = new Product; $index = 'show_index'; $value = [ ['show_index' => 1,'count' => 5], ['show_index' => 2,'count' => 3], ]; Batch::update($product_model , $value,...

hi @nexterid install version [v2.2.9](https://github.com/mavinoo/laravelBatch/releases/tag/v2.2.9) disable backtick for driver pgsql & sqlsrv , commit: [d3392a0 ](https://github.com/mavinoo/laravelBatch/commit/d3392a0b4c4ce0a38dd90221141cb0eda98d2ed6)