![]() |
$this->db->where('name !=', $name); not working in 2.1.1 - 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: $this->db->where('name !=', $name); not working in 2.1.1 (/showthread.php?tid=52747) |
$this->db->where('name !=', $name); not working in 2.1.1 - El Forum - 06-25-2012 [eluser]Dennis Geus[/eluser] Hi, I just noticed that Code: $this->db->where('name !=', $name); is not working anymore in 2.1.1 When I use the 2.1.0 system folder and run the exact same query i'm not getting errors. $this->db->where('name !=', $name); not working in 2.1.1 - El Forum - 06-25-2012 [eluser]victorche[/eluser] Please, subit this here: https://github.com/EllisLab/CodeIgniter/issues The developers are not checking the forums too often. $this->db->where('name !=', $name); not working in 2.1.1 - El Forum - 06-25-2012 [eluser]Dennis Geus[/eluser] Looks like it is already a known bug https://github.com/EllisLab/CodeIgniter/pull/1418 |