Introduce types for owned BSON object and element

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None

      Goal:
      Introduce a new BSON document type that strongly guarantees the lifetime of at least the bytes that comprise the document; this type can be used where BSONObj currently is used and can operate seamlessly with existing APIs that use BSONObj.

      Goal:
      Introduce a new BSON element type that strongly guarantees the lifetime of at least the bytes that comprise the element (and potentially the remainder of its enclosing document); this type can be used where BSONElement currently is used and can operate seamlessly with existing APIs that use BSONElement.

            Assignee:
            Unassigned
            Reporter:
            Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: