Followup r96930: also remove the documentation that describes the reverted behavior
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 2 Oct 2011 19:35:07 +0000 (19:35 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 2 Oct 2011 19:35:07 +0000 (19:35 +0000)
includes/db/Database.php

index cff6690..239b430 100644 (file)
@@ -1245,9 +1245,6 @@ abstract class DatabaseBase implements DatabaseType {
         *     - If the value is an array, an IN(...) clause will be constructed,
         *       such that the field name may match any of the elements in the
         *       array. The elements of the array will be quoted.
-        *     - If the field name ends with "!", this is taken as a flag which
-        *       inverts the comparison, allowing NOT IN clauses to be constructed,
-        *       for example: array( 'user_id!' => array( 1, 2, 3 ) )
         *
         * Note that expressions are often DBMS-dependent in their syntax.
         * DBMS-independent wrappers are provided for constructing several types of