Adding the not in operator
Adding the not in operator as another thing to check or test. It will equivalently act as { $ne: 1 } only it functions within an array.
This commit is contained in:
@@ -17,3 +17,4 @@ db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emi
|
|||||||
[$ne]=1
|
[$ne]=1
|
||||||
';sleep(5000);
|
';sleep(5000);
|
||||||
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
||||||
|
{$nin: [""]}}
|
||||||
|
|||||||
Reference in New Issue
Block a user