Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
6da8e211
Unverified
Commit
6da8e211
authored
Mar 24, 2020
by
Andreas Braun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-520: Document deprecation of oplogReplay find option
parent
1e88ad45
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
apiargs-MongoDBCollection-method-find-option.yaml
...ncludes/apiargs-MongoDBCollection-method-find-option.yaml
+2
-0
Find.php
src/Operation/Find.php
+1
-1
No files found.
docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
View file @
6da8e211
...
@@ -182,6 +182,8 @@ description: |
...
@@ -182,6 +182,8 @@ description: |
The :php:`MongoDB\\BSON\\Timestamp <class.mongodb-bson-timestamp>` class
The :php:`MongoDB\\BSON\\Timestamp <class.mongodb-bson-timestamp>` class
reference describes how to represent MongoDB's BSON timestamp type with PHP.
reference describes how to represent MongoDB's BSON timestamp type with PHP.
.. deprecated:: 1.7
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
...
src/Operation/Find.php
View file @
6da8e211
...
@@ -124,7 +124,7 @@ class Find implements Executable, Explainable
...
@@ -124,7 +124,7 @@ class Find implements Executable, Explainable
* Set this option to prevent that.
* Set this option to prevent that.
*
*
* * oplogReplay (boolean): Internal replication use only. The driver
* * oplogReplay (boolean): Internal replication use only. The driver
* should not set this.
* should not set this.
This option is deprecated as of MongoDB 4.4.
*
*
* * projection (document): Limits the fields to return for the matching
* * projection (document): Limits the fields to return for the matching
* document.
* document.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment