File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ You can use the ``BigDecimal`` type to store numbers with increased precision.
313
313
{+odm+} stores ``BigDecimal`` values in two different ways, depending on the
314
314
value you set for the ``Mongoid.map_big_decimal_to_decimal128`` configuration property:
315
315
316
- - If set to ``true``, {+odm+} stores ``BigDecimal`` values as BSON ``Decimal128``
316
+ - If set to ``true`` (default) , {+odm+} stores ``BigDecimal`` values as BSON ``Decimal128``
317
317
values.
318
- - If set to ``false`` (default) , {+odm+} stores ``BigDecimal`` values as strings.
318
+ - If set to ``false``, {+odm+} stores ``BigDecimal`` values as strings.
319
319
320
320
Consider the following limitations when setting the
321
321
``Mongoid.map_big_decimal_to_decimal128`` option to ``true``:
You can’t perform that action at this time.
0 commit comments