![]() |
query builder updateBatch behavior on 4.6.x - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: query builder updateBatch behavior on 4.6.x (/showthread.php?tid=93002) |
query builder updateBatch behavior on 4.6.x - tomasoma - 06-11-2025 I come from 4.1.9 (was stuck in PHP7.3 for a long time) and upgrade to 4.6.1 and i notice a change in updateBatch behavior : PHP Code: model('Foo')->builder()->updateBatch([ that updateBatch with array structure differences worked in 4.1.9 and does not work in 4.6.x Is that an expected behavior or is it a bug that will be fixed ? thanks for your attention RE: query builder updateBatch behavior on 4.6.x - grimpirate - 06-11-2025 Had the same problem a while back. It's apparently a feature. RE: query builder updateBatch behavior on 4.6.x - tomasoma - 06-13-2025 @grimpirate thank you for reply ![]() |