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
bb47c1db
Commit
bb47c1db
authored
Oct 17, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-205: Document UnsupportedException for collation
parent
59367751
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Distinct.php
src/Operation/Distinct.php
+1
-0
Find.php
src/Operation/Find.php
+1
-0
FindAndModify.php
src/Operation/FindAndModify.php
+1
-0
No files found.
src/Operation/Distinct.php
View file @
bb47c1db
...
@@ -91,6 +91,7 @@ class Distinct implements Executable
...
@@ -91,6 +91,7 @@ class Distinct implements Executable
* @param Server $server
* @param Server $server
* @return mixed[]
* @return mixed[]
* @throws UnexpectedValueException if the command response was malformed
* @throws UnexpectedValueException if the command response was malformed
* @throws UnsupportedException if collation is used and unsupported
*/
*/
public
function
execute
(
Server
$server
)
public
function
execute
(
Server
$server
)
{
{
...
...
src/Operation/Find.php
View file @
bb47c1db
...
@@ -184,6 +184,7 @@ class Find implements Executable
...
@@ -184,6 +184,7 @@ class Find implements Executable
* @see Executable::execute()
* @see Executable::execute()
* @param Server $server
* @param Server $server
* @return Cursor
* @return Cursor
* @throws UnsupportedException if collation is used and unsupported
*/
*/
public
function
execute
(
Server
$server
)
public
function
execute
(
Server
$server
)
{
{
...
...
src/Operation/FindAndModify.php
View file @
bb47c1db
...
@@ -142,6 +142,7 @@ class FindAndModify implements Executable
...
@@ -142,6 +142,7 @@ class FindAndModify implements Executable
* @param Server $server
* @param Server $server
* @return object|null
* @return object|null
* @throws UnexpectedValueException if the command response was malformed
* @throws UnexpectedValueException if the command response was malformed
* @throws UnsupportedException if collation is used and unsupported
*/
*/
public
function
execute
(
Server
$server
)
public
function
execute
(
Server
$server
)
{
{
...
...
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