-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Empty show more show less
The previous Object.defineProperty() calls did not work because
they did not specify a property descriptor, and even if they had
worked, the signatures of .inspect() and .toString() would
have mismatched, and even if they weren’t, the result would not
have been very useful as debugging output, because it only returned
the raw hex content of the ObjectId and not even e.g. the fact
that this object is an ObjectId.
- is depended on by
-
COMPASS-4481 Export dialog shows "Buffer..." when exporting documents filtered by ObjectID
- Closed
- is related to
-
MONGOSH-433 Make all bson types available under bson names
- Closed
- links to