[eluser]hotmeteor[/eluser]
[quote author="Derek Allard" date="1224877579"]Could those of you having issues with select() try adding the parameter to prevent escaping? IE:
Code:
$this->db->select('onetable.*, othertable.name as other_name', FALSE);
I'm not sure if this is the issue, in fact I don't think it is, but want to eliminate this quickly.[/quote]
I too was having SELECT issues, and this fixed it.
[quote author="Rick Ellis" date="1224883077"]We'll try to get all these resolved today.[/quote]
Thanks Rick, Derek, and team. CI is super.