-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Implement the Combine method on the bson.Document type. This method will allow appending the elements of another BSON document to the current bson.Document. The combine method should support appending from another Document, from a []byte, and from an io.Reader. Unless there is a pressing reason to not support it, this method could be variadic to support combining multiple documents.
- has to be done after
-
GODRIVER-164 Write full implementation of the bson.Document type
- Closed