-
Type: Task
-
Resolution: Done
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 2.1.1
-
Component/s: None
-
Environment:development
I'm trying to generate objects where _id is only 12 byte but I keep creating the 24 byte "version" of this object.
I'm using the following example code:
>>> dummy =
Executing this will result in the creation of a database object of 24 byte all the time.
I've tried several different examples and get always the same 24 byte object. I've even create objects directly on the js console with the same result.
Regards,
N.