This command results in a conflict:
db.test.update({_id:13},{$setOnInsert : {"name" : [null, "welt"]}, $set : {"name.0" : "wooorld"}}, { upsert: true });
- is duplicated by
-
SERVER-14912 Need alternative upsert for time series collection
- Closed
-
SERVER-15801 Cannot $inc positional array while performing $setOnInsert operation
- Closed
- is related to
-
SERVER-2643 Allow Field Name Duplication with Modifiers
- Closed
-
SERVER-30587 Doing Upsert in Subdocuments when performing 'bulk' operations
- Closed
- related to
-
SERVER-13578 add $setOnUpdate to update operation
- Closed
-
SERVER-6399 Refactor update() code
- Closed
(1 related to)