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

Olivier Finlay Beaton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Olivier Finlay Beaton <[email protected]> 2011-10-02 
18:52:42 UTC ---
Patch from 2007, 4 years ago. Really Database::update should take $tables array
and $join_conds, just like Database::select does.

My scenario, update touch on all pages belonging to a category: UPDATE page
INNER JOIN categorylinks SET page_touched = CURRENT_TIMESTAMP() WHERE
page.page_id = categorylinks.cl_from AND categorylinks.cl_to =
'MyCategoryName';

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

Reply via email to