> db.e.save({a:1, _id:4}) > db.e.find({_id:4}) { "_id" : 4, "a" : 1 }
- is related to
-
SERVER-11556 insert command does not move _id field to the front of BSON obj
- Closed
> db.e.save({a:1, _id:4}) > db.e.find({_id:4}) { "_id" : 4, "a" : 1 }
SERVER-11556 insert command does not move _id field to the front of BSON obj