-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 1.6.2
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The problem is that certain BSON representations have multiple values for the same key. The oplog might contain this, for instance:
{ $set:
{foo: "bar"},
$set:
}
We need a multimap for this, but this would require a customizable deserialization clase (i.e., Multimap rather than Hash).