Details
-
Improvement
-
Resolution: Duplicate
-
Minor - P4
-
None
-
None
-
None
Description
> db.user.insert({_id:"test2"})
|
> db.getLastErrorObj()
|
{
|
"n" : 0,
|
"lastOp" : NumberLong("5680229325681459201"),
|
"connectionId" : 2,
|
"err" : null,
|
"ok" : 1
|
}
|
Attachments
Issue Links
- duplicates
-
SERVER-7033 Provide details about successes and errors in bulk insert in getLastError
-
- Closed
-
- is related to
-
SERVER-9038 New write operation method for insert, update, remove
-
- Closed
-