https://bugzilla.wikimedia.org/show_bug.cgi?id=38444
--- Comment #6 from Nischay Nahata <[email protected]> 2012-07-18 08:41:22 UTC --- I think its better to depreciate strings, as only no key options when passed as strings are turned into SQL, for ex: options = 'DISTINCT' will be processed into SQL but options = 'ORDER BY `smw`' wouldn't be processed at all. However, the extension code has a wrong notion of this, I identified this only when I saw my output wasn't ORDERed. May be a better solution is to just allow arrays, for options like DISTINCT one could pass array('DISTICT' => true) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
