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

           Summary: Database layer should allow arrays for ORDER BY, GROUP
                    BY, HAVING
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Database
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: roan.katt...@gmail.com


'ORDER BY' => 'foo, bar' works but 'ORDER BY' => array( 'foo', 'bar' ) doesn't.
Same for GROUP BY. We also don't have nice array-based condition building for
HAVING like we do for WHERE.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to