Problem Statement/Rationale
Compass changes big numbers (17+ digits) when inserting. When editing a created document, the specified type is a double.
Example:
1443218867782705158 → 1443218867782705200
Steps to Reproduce
- select ADD DATA
- select Insert Document
- Insert Document with a large int64 (1443218867782705158). Any key can be used
Expected Results
Compass should insert an Int64 with the exact value
Actual Results
Compass changes the last couple of digits
Additional Notes
I also have a collection where I cannot find a document with Compass by looking for an ID with such a value, but it is there, and I can find it with drivers.
Could not reproduce in any other collection.
- related to
-
COMPASS-3581 Messes up large numbers, when importing or inserting documents
- Closed
-
COMPASS-3806 Inserting or updating int64 data type by hand or copy and paste keep the value changing automatically.
- Closed