-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Write Ops
-
Query Execution
-
(copied to CRM)
I think findAndModify should enable to request all valid data, i.e. All the values from the fields when the document is found and the new _id if upserted.
Currently I want to decide if I need the old data or the new _id. Because i need both I have to restort back to a separate find and update.