-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.1
-
Component/s: Shell
-
None
-
Fully Compatible
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
- related to
-
SERVER-7033 Provide details about successes and errors in bulk insert in getLastError
- Closed