-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Write Ops
-
Query
> t.find()
{ "_id" : 3, "version" : 1, "versionsCount" : 1, "name" : "TestName1", "versions" : [
] }
> q
> u
{
"$set" :
,
"$inc" :
,
"$push" : {
"versions" :
}
}
> t.update(q,u)
have conflicting mods in update
- related to
-
SERVER-6566 Support conditional updates: $updates
- Closed
-
SERVER-1050 not allowed to $push and $pop to same field in same update
- Closed