-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: mongoimport
-
None
Just tested importing
[{ number:NumberInt(16)}, {number:NumberLong(18)}, {number:1.0}]
Both 16 and 18 were imported as NumberInt()
This makes it impossible to import Number Long as 64-bit integer.