r98703 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98702‎ | r98703 | r98704 >
Date:19:35, 2 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r96930: also remove the documentation that describes the reverted behavior
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -1245,9 +1245,6 @@
12461246 * - If the value is an array, an IN(...) clause will be constructed,
12471247 * such that the field name may match any of the elements in the
12481248 * array. The elements of the array will be quoted.
1249 - * - If the field name ends with "!", this is taken as a flag which
1250 - * inverts the comparison, allowing NOT IN clauses to be constructed,
1251 - * for example: array( 'user_id!' => array( 1, 2, 3 ) )
12521249 *
12531250 * Note that expressions are often DBMS-dependent in their syntax.
12541251 * DBMS-independent wrappers are provided for constructing several types of

Follow-up revisions

RevisionCommit summaryAuthorDate
r100841REL1_18 MFT r98703, r98755, r98880reedy18:52, 26 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96930Revert r87992 and followups r87998, r89028 (Support abstraction for 'NOT IN' ...demon00:19, 13 September 2011

Status & tagging log