-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
We currently have a number of types which have _id fields that are specified as strings, but take advantage of the fact that these will safely old mgobson's objectid. The hardest part of this, is that we use these structs in some situation where we specify our own ID value as a string)
In order to migrate to the new bson library we'll need some way of handling these OID types.
- is related to
-
GODRIVER-1216 mgo compatible bson registry
- Development Complete
-
GODRIVER-953 way to force decoding ints into string
- Closed