-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.1.7
-
Component/s: Shell
-
Server Tooling & Methods
NumberDecimal(NumberLong("5")) should use the Decimal128 wrapper constructors to allow users to construct NumberDecimals in the shell from other types.
Note: The decimal128(double) constructor uses a 15 digit quantizing function, which maintains exactly 15 digits of precision when constructing a decimal128 from a double.
- depends on
-
SERVER-19627 Add experimental Decimal128 data type support to the MongoDB shell as NumberDecimal
- Closed