Details
-
Task
-
Resolution: Done
-
Major - P3
-
1.3.5
-
None
-
Linux
Description
When trying to retrieve an int64 value using mongoc_collection_find, mongoc_cursor_next, and bson_as_json, I need to see the full value. When I run the code now, it translates my value into scientific notation, which loses precision (e.g., 1479421652125003000 becomes 1.479421652125e+18).
Is there any way to get the actual value instead of the scientific notation value?