-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: JavaScript, Shell
-
None
-
Fully Compatible
currently it prints both but uses the same value.
mongosniff:
{ ts: Timestamp 1268080468000|1, op: "u", ns: "test.c", o2:
, o: { $set:
{ a: 3.0 }, $set:
{ z: 3.0 }} }
JS Shell:
{"ts" :
, "op" : "u", "ns" : "test.c", "o2" :
{ "_id" : 0 }, "o" : { "$set" :
{ "a" : 3 }, "$set" :
{ "a" : 3 }} }
- is duplicated by
-
SERVER-8101 BSON Obj Behavior while storing data into Database
- Closed
-
SERVER-7949 BSON interceptors for v8 do not properly handle identical keys at the same level of nesting
- Closed
- is related to
-
SERVER-9637 Upsert with filters for a subdocument and a nested subdocument key result with an invalid BSON. (one document with two duplicate keys!)
- Closed
- related to
-
SERVER-1606 Oplog entries contain repeated fields ($set)
- Closed