![]() |
Type casting in PostgreSQL with updateBatch() - 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: Type casting in PostgreSQL with updateBatch() (/showthread.php?tid=88871) |
RE: Type casting in PostgreSQL with updateBatch() - InsiteFX - 01-20-2024 @kenjis, Thank you. RE: Type casting in PostgreSQL with updateBatch() - MrWhite - 01-21-2024 I like the 01 option. RE: Type casting in PostgreSQL with updateBatch() - kenjis - 01-22-2024 After some discussions, we have changed the implementation. https://github.com/codeigniter4/CodeIgniter4/pull/8439 If you have any problems with this implementation, please let us know. RE: Type casting in PostgreSQL with updateBatch() - MrWhite - 01-24-2024 Big thanks kenjis RE: Type casting in PostgreSQL with updateBatch() - kenjis - 01-24-2024 The fix has been merged into `develop` branch. https://github.com/codeigniter4/CodeIgniter4 and will be included in v4.4.5. |