https://bugzilla.wikimedia.org/show_bug.cgi?id=21196
OverlordQ <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.15.x |1.19-svn --- Comment #13 from OverlordQ <[email protected]> 2011-09-26 22:02:14 UTC --- This still exists up to 1.19 2011-09-26 22:00:48 UTC ERROR: function first(text) does not exist at character 102 2011-09-26 22:00:48 UTC HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2011-09-26 22:00:48 UTC STATEMENT: SELECT /* WikiPage::getContributors 65.65.116.130 */ rev_user as user_id,rev_user_text AS user_name,FIRST(user_real_name) AS user_real_name,MAX(rev_timestamp) AS timestamp FROM "revision" LEFT JOIN mwuser ON ((rev_user = user_id)) WHERE rev_page = '1' AND (rev_user != 1) AND ((rev_deleted & 4) = 0) GROUP BY rev_user,rev_user_text ORDER BY timestamp DESC -- 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
