Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8493

jsonString Sign Extends Bindata Type

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.4.0-rc2
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL

      mongos> db.bindata.drop()
      true
      mongos> db.bindata.insert({"a":new BinData(0x80,"AAAA")})
      mongos> exit
      bye
      [sv@sv ~/dev/mongodb_repos/QA-277 (static_initializers)]$ ./mongoexport -c bindata -d test
      connected to: 127.0.0.1
      { "_id" : { "$oid" : "5115870c5c526695ddf7752e" }, "a" : { "$binary" : "AAAA", "$type" : "ffffff80" } }
      exported 1 records
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            sverch Shaun Verch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: