https://bugzilla.wikimedia.org/show_bug.cgi?id=43533

--- Comment #11 from Roy Olsen <[email protected]> ---
Allright, here we go. I stole some code from includes/db/DatabasePostgres.php
to implode the array before setting $preLimitTail.

[roy@lonora02 db]# diff DatabaseOracle.php DatabaseOracle.php.orig
1165,1167d1164
<                        $ob = is_array( $options['GROUP BY'] )
<                                 ? implode( ',', $options['GROUP BY'] )
<                                 : $options['GROUP BY'];
1171,1173d1167
<                        $ob = is_array( $options['ORDER BY'] )
<                                 ? implode( ',', $options['ORDER BY'] )
<                                 : $options['ORDER BY'];

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to