Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-1964

Make bsoncxx value types capable of owning their own memory

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 3.6.0-rc0, 3.6.0
    • None
    • None

    Description

      The bsoncxx value types are all views into a buffer of memory managed by an owning bsoncxx document.  However, the Client Side Encryption project requires that BSON values be handling and passed around independently of documents; specifically, this supports explicit encrypt() and decrypt() methods, which operate on a per-BSON-value level.  Before CXX-1687 can be completed bsoncxx value types must be capable of owning their own memory, not just containing views into a buffer hosted elsewhere.

      Attachments

        Issue Links

          Activity

            People

              samantha.ritter@mongodb.com Samantha Ritter (Inactive)
              samantha.ritter@mongodb.com Samantha Ritter (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: