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:
Jeremy Mikola 2018-01-26 20:49:07 +00:00
parent 3d6695d21f
commit 004c9c0683

View file

@ -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>