From 5d5601cb797d049e8f4fefe154d119bf381becfc Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sun, 2 Oct 2011 19:35:07 +0000 Subject: [PATCH] Followup r96930: also remove the documentation that describes the reverted behavior --- includes/db/Database.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index cff669074c..239b43086f 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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 -- 2.20.1