[eluser]thespy[/eluser]
I also have a problem after upgrading from 1.6.3 to 1.7 :
I'm using Mysqli.
In some models I have:
Code:
$this->db->select('onetable.*, othertable.name as other_name');
It was working perfectly, but now the query is not handled correctly.
Quote:Query error: Unknown column 'onetable.*' in 'field list'