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

Make bsoncxx value types capable of owning their own memory

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc0, 3.6.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      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.

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

              Created:
              Updated:
              Resolved: