User "IAlex" posted a comment on MediaWiki.r87164.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/87164#c17857
Commit summary:

Recommit r87129 and follow-ups but with a fix for the bug Brion found (sorry)

Comment:

Yes, the problem is that you cannot select the entire table, such as the user 
table in this case, with a GROUP BY on only some fields (here rev_user and 
rev_user_text) in PostgreSQL, so I worked arround this by only selecting the 
user_real_name field from the user table (user_id and user_name come from the 
revision table) and this required those changes in the User object. 

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to