-
Type: New Feature
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON
I have following field in struct:
Codes map[string]string `bson:"codes"`
Sometimes value of this map is numberLong and got an error:
cannot decode 64-bit integer into a string type
With mgo driver this case is ok, but in official driver I can't load this collection at all.
- is related to
-
GODRIVER-1216 mgo compatible bson registry
- Development Complete
- related to
-
GODRIVER-938 cannot convert types that use mgobson.ObjectId to new bson library.
- Closed