File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ Decimal128
1515Overview
1616--------
1717
18- MongoDB 3.4 introduced support for a Decimal128 BSON type,
19- which is a 128-bit decimal-based
20- floating-point value capable of emulating decimal rounding with exact precision.
21- This functionality is intended for applications that handle :manual:`monetary
22- data </tutorial/model-monetary-data>`, such as financial and tax computations.
18+ Decimal128 BSON type is a 128-bit decimal-based floating-point value capable
19+ of emulating decimal rounding with exact precision. This functionality is
20+ intended for applications that handle :manual:`monetary data </tutorial/model-monetary-data>`,
21+ such as financial and tax computations.
2322
2423The :php:`MongoDB\BSON\Decimal128 <mongodb-bson-decimal128>` class may be used
2524to work with this type in PHP.
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ Parameters
6969 For replica sets, do not set ``autoIndexId`` to ``false``.
7070
7171 .. deprecated:: 1.4
72- This option has been deprecated since MongoDB 3.2. As of MongoDB
73- 4.0, this option cannot be ``false`` when creating a replicated
72+ As of MongoDB 4.0, this option cannot be ``false`` when creating a replicated
7473 collection (i.e. a collection outside of the ``local`` database in
7574 any mongod mode).
7675
@@ -148,11 +147,6 @@ Parameters
148147
149148 Defaults to ``1``.
150149
151- MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
152- :manual:`collMod </reference/command/collMod>` and
153- :manual:`db.createCollection()
154- </reference/method/db.createCollection>` for more information.
155-
156150 * - indexOptionDefaults
157151 - array|object
158152 - Allows users to specify a default configuration for indexes when
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ Collation
1717Overview
1818--------
1919
20- MongoDB 3.4 introduced support for :manual:`collations
21- </reference/collation/>`, which provide a set of rules to comply with the
20+ :manual:`Collations </reference/collation/>` provide a set of rules to comply with the
2221conventions of a particular language when comparing strings.
2322
2423For example, in Canadian French, the last accent in a given word determines the
You can’t perform that action at this time.
0 commit comments