-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
If you do an upsert with an array as the criteria, the criteria isn't included in the new obj:
> db.foo.update(
{x:[5,6]},
{y:2},true)
> db.foo.find()