[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2012-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||FIXED

--- Comment #7 from duplicate...@googlemail.com 2012-09-29 20:20:44 UTC ---
Already fixed

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

Board of Trustees remote_bo...@hotmail.com changed:

   What|Removed |Added

 CC|roan.katt...@gmail.com, |br...@wikimedia.org,
   |s...@reedyboy.net,   |remote_bo...@hotmail.com
   |suma...@panix.com   |

--- Comment #7 from Board of Trustees remote_bo...@hotmail.com 2011-11-25 
06:47:19 UTC ---
Board of Trustees changes.

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2011-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|patch   |
 CC||suma...@panix.com

--- Comment #6 from Sumana Harihareswara suma...@panix.com 2011-11-09 
03:38:28 UTC ---
removed patch keyword - no patch attached anymore

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Attachment #7890|0   |1
is obsolete||

--- Comment #3 from Reedy s...@reedyboy.net 2011-02-22 23:53:23 UTC ---
Comment on attachment 7890
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7890
GROUP BY/ORDER BY array() support

r81272 applied this patch.

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #4 from Reedy s...@reedyboy.net 2011-02-22 23:57:45 UTC ---
The SQL standard requires that HAVING must reference only columns in the GROUP
BY clause or columns used in aggregate functions. However, MySQL supports an
extension to this behavior, and permits HAVING to refer to columns in the
SELECT list and columns in outer subqueries as well.

Our HAVING doesn't garuntee that ;)

Also roan, are you just meaning doing the HAVING more nicely, allowing things
not having to put literal text to get it to work, and doing stuff like 'HAVING'
= array( 'blah' = 2 ) etc?

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

--- Comment #1 from Chad H. innocentkil...@gmail.com 2010-12-07 13:59:59 UTC 
---
Created attachment 7890
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7890
GROUP BY/ORDER BY array() support

For GROUP and ORDER BY, would something as simple as this work?

-- 
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


[Bug 26274] Database layer should allow arrays for ORDER BY, GROUP BY, HAVING

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26274

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-12-07 14:04:43 
UTC ---
(In reply to comment #1)
 Created attachment 7890 [details]
 GROUP BY/ORDER BY array() support
 
 For GROUP and ORDER BY, would something as simple as this work?
I think so

-- 
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