File tree 3 files changed +6
-14
lines changed
3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ Decimal128
15
15
Overview
16
16
--------
17
17
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.
23
22
24
23
The :php:`MongoDB\BSON\Decimal128 <mongodb-bson-decimal128>` class may be used
25
24
to work with this type in PHP.
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ Parameters
69
69
For replica sets, do not set ``autoIndexId`` to ``false``.
70
70
71
71
.. 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
74
73
collection (i.e. a collection outside of the ``local`` database in
75
74
any mongod mode).
76
75
@@ -148,11 +147,6 @@ Parameters
148
147
149
148
Defaults to ``1``.
150
149
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
-
156
150
* - indexOptionDefaults
157
151
- array|object
158
152
- 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
17
17
Overview
18
18
--------
19
19
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
22
21
conventions of a particular language when comparing strings.
23
22
24
23
For 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