Skip to content

Commit 6222278

Browse files
authored
Merge pull request #163 from lindseymoore/DOCSP-43617
DOCSP-43617 Remove unsupported versions
2 parents 136ce75 + 917a5fd commit 6222278

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

source/data-formats/decimal128.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Decimal128
1515
Overview
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+
The 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

2423
The :php:`MongoDB\BSON\Decimal128 <mongodb-bson-decimal128>` class may be used
2524
to work with this type in PHP.

source/includes/mongodb-compatibility-table-php.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
- MongoDB 4.2
1313
- MongoDB 4.0
1414
- MongoDB 3.6
15-
- MongoDB 3.4
1615

1716
* - ext + lib 1.20
1817
- ✓
@@ -23,7 +22,6 @@
2322
- ✓
2423
- ✓
2524
-
26-
-
2725

2826
* - ext + lib 1.16 to 1.19
2927
- ⊛
@@ -34,7 +32,6 @@
3432
- ✓
3533
- ✓
3634
- ✓
37-
-
3835

3936
* - ext + lib 1.15
4037
- ⊛
@@ -44,5 +41,4 @@
4441
- ✓
4542
- ✓
4643
- ✓
47-
- ✓
48-
-
44+
- ✓

source/reference/method/MongoDBDatabase-createCollection.txt

+1-7
Original file line numberDiff line numberDiff 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

source/tutorial/collation.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Collation
1717
Overview
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
2221
conventions of a particular language when comparing strings.
2322

2423
For example, in Canadian French, the last accent in a given word determines the

0 commit comments

Comments
 (0)