Welcome Guest, Not a member yet? Register   Sign In
possible DB glitch in 1.7
#3

[eluser]Jevedor[/eluser]
removing the "AS" form the clauses helped but then i got an error in my order by. It seems like the function will no longer except a comma delimited list for multiple orders.

I had to call the function multiple times to get it to work.

Where you used to be able to do this


$this->CI->db->orderby('a.parent_id, a.sort_order');

You now must do it like this.

$this->CI->db->orderby('a.parent_id');
$this->CI->db->orderby('a.sort_order');

Kinda devolving if you ask me.

Any reason why this may have happened.


Messages In This Thread
possible DB glitch in 1.7 - by El Forum - 11-25-2008, 03:58 PM
possible DB glitch in 1.7 - by El Forum - 11-25-2008, 06:46 PM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:23 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:51 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:52 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:53 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB