[Bug 18863] SELECT ... LIMIT fails on PostgreSQL

2009-06-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18863


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Siebrand siebr...@wikipedia.be  2009-06-01 17:00:59 UTC 
---
Applied in r51295. Thanks.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18863] SELECT ... LIMIT fails on PostgreSQL

2009-05-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18863


Hans Spaans hans.spa...@nexit.nl changed:

   What|Removed |Added

Attachment #6142 is|0   |1
   obsolete||




--- Comment #2 from Hans Spaans hans.spa...@nexit.nl  2009-05-31 21:15:05 UTC 
---
Created an attachment (id=6180)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6180)
Rewrite of mwe-newestpages-r50851-hspaans-1.patch


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18863] SELECT ... LIMIT fails on PostgreSQL

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18863


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:05:28 UTC 
---
This should be using database abstraction functions -- in this case it should
be possible to build the query more cleanly with Database::select();
alternately at least use Database::limitOffset() to generate the LIMIT/OFFSET
portions in a way that'll work for the DB backend in use.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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