Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -1245,9 +1245,6 @@ |
1246 | 1246 | * - If the value is an array, an IN(...) clause will be constructed, |
1247 | 1247 | * such that the field name may match any of the elements in the |
1248 | 1248 | * 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 ) ) |
1252 | 1249 | * |
1253 | 1250 | * Note that expressions are often DBMS-dependent in their syntax. |
1254 | 1251 | * DBMS-independent wrappers are provided for constructing several types of |