CodeIgniter Forums
What about INSERT IGNORE? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: What about INSERT IGNORE? (/showthread.php?tid=52272)



What about INSERT IGNORE? - El Forum - 06-04-2012

[eluser]Razican[/eluser]
I think we should have the posibility to do an INSERT IGNORE in active record. we could make it available on insert() method and also with insert_batch().

What do you think?