CodeIgniter Forums
update_batch throwing 'Call to undefined method CI_DB_postgre_driver::_update_batch()' - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: update_batch throwing 'Call to undefined method CI_DB_postgre_driver::_update_batch()' (/showthread.php?tid=55167)



update_batch throwing 'Call to undefined method CI_DB_postgre_driver::_update_batch()' - El Forum - 10-12-2012

[eluser]Doulos[/eluser]
Is the Update Batch Command Not Supported with Postgres? Or is there a Bug in the current Release?

Thanks!


update_batch throwing 'Call to undefined method CI_DB_postgre_driver::_update_batch()' - El Forum - 10-12-2012

[eluser]Aken[/eluser]
This is a bug - that method is indeed missing. I've created an issue for it. In the meantime, the 3.0 development of CI has this method, and a more updated Postgre driver. You could try implementing it yourself if you are in a crunch and need it.


update_batch throwing 'Call to undefined method CI_DB_postgre_driver::_update_batch()' - El Forum - 10-15-2012

[eluser]Doulos[/eluser]
Different problem. Ignore me