mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove unused MongoDB note snippets
These are relics from a pre-1.0 API that included non-bulk write methods (e.g. executeUpdate). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343958 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3d6695d21f
commit
004c9c0683
1 changed files with 0 additions and 20 deletions
|
@ -2295,26 +2295,6 @@ used.</para>'>
|
|||
</simpara>
|
||||
</tip>
|
||||
'>
|
||||
<!ENTITY mongodb.note.getwriteerrors '
|
||||
<note xmlns="http://docbook.org/ns/docbook">
|
||||
<para>
|
||||
On write failure,
|
||||
<methodname>MongoDB\Driver\WriteResult::getWriteErrors</methodname> will
|
||||
only ever have one <classname>MongoDB\Driver\WriteError</classname> in the
|
||||
array, and <methodname>MongoDB\Driver\WriteError::getIndex</methodname>
|
||||
will always be 0 (the index of this operation in the batch).
|
||||
</para>
|
||||
</note>
|
||||
'>
|
||||
<!ENTITY mongodb.note.getupsertedids '
|
||||
<note xmlns="http://docbook.org/ns/docbook">
|
||||
<para>
|
||||
<methodname>MongoDB\Driver\WriteResult::getUpsertedIds</methodname> will
|
||||
only ever have one <classname>BSON\ObjectId</classname> in the
|
||||
array, and the index always be 0 (the index of this operation in the batch).
|
||||
</para>
|
||||
</note>
|
||||
'>
|
||||
|
||||
<!ENTITY mongodb.note.uint32 '<note xmlns="http://docbook.org/ns/docbook">
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue