-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
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
- is duplicated by
-
SERVER-8541 BinData80 bin data type not parsed correctly by JSON to BSON parser
- Closed