User "Reedy" posted a comment on MediaWiki.r103706.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103706#c26660
Commit summary:

* (bug 8859) Database::update should take array of tables too

Original patch by Andrew Dunbar

Also apply in DatabaseOracle and DB2 code as they override update

Comment:

Probably.

And nicely, it'll keep the same parameter order as select

<pre>
        function select( $table, $vars, $conds = '', $fname = 
'DatabaseBase::select', $options = array(), $join_conds = array() ) {
</pre>

That makes a change! :D

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to