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

Converting to json String format has lost back ward compatibility

    • Type: Icon: Bug Bug
    • Resolution: Incomplete
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: legacy-0.0-26compat-2.6.7
    • Component/s: BSON
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      While using mongo2.2, got bson and converted to jsonString using the api provided, I upgraded my driver to use mongo2.6, The json format returned do not match with the existing json format.
      Example :
      mongo2.2 :

      {"myData" : 1}

      mong2.6 : {"myData" : {$numberLong : 1}}

      Please provide us an solution.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            nagavpk NagavelpandiK
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: