Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
1.6.1
-
None
-
Fully Compatible
Description
The _id value should be set in the document by the shell (driver) before it is sent to the server.
> var test =
{a:1}> db.test11.insert(test)
> test
— I would like to see the _id field after the insert
> var test =
{a:1}> db.test11.insert(test)
> test
Attachments
Issue Links
- related to
-
SERVER-7033 Provide details about successes and errors in bulk insert in getLastError
-
- Closed
-