Releases: mavinoo/laravelBatch
Releases · mavinoo/laravelBatch
Laravel Batch v2.4.1
Laravel Batch v2.4
What's Changed
- add method update Multiple Condition by @mavinoo in 133e278
- Empty object to safeJson by @viest in #106
Full Changelog: v2.3.6...v2.4
Laravel Batch v2.3.6
Determine database driver from model, not default config
Changelog https://github.com/AdairHomes/laravelBatch/commit/8eeca0c169e72faab2c568f7cb9e2d93e05710a4
Laravel Batch v2.3.5
Disable backtick when incrementing
Changelog a561f23
Laravel Batch v2.3.4
Full Changelog: v2.3.2...v2.3.4
Laravel Batch v2.3.3
Insert and update batch (bulk) in laravel
support to the case where there is no 0th array
As it stands now, this would be an error in this case.
bug fixed: commit
Laravel Batch v2.3.2
Insert and update batch (bulk) in laravel
bug fixed.
Laravel Batch v2.3.1
Insert and update batch (bulk) in laravel
more bugs fixed.
Laravel Batch v2.3.0
Insert and update batch (bulk) in laravel
update method insert, disableBacktick for driver pgsql & sqlsrv
Laravel Batch v2.2.9
Insert and update batch (bulk) in laravel
add method disableBacktick for driver pgsql & sqlsrv