-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Queryable Encryption
-
None
-
Fully Compatible
-
ALL
-
Summary
In getTypeInfoDouble:
-0 is being mapped to the uint64_t value 0.
+0 is being mapped to the uint64_t value 9223372036854775808ULL (2**63).
Expect "-0" and "+0" to map to the same value.