Commit ff8426c0 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #334

parents 0a47153f ed28908f
...@@ -68,7 +68,7 @@ setting its building number to ``"761"``: ...@@ -68,7 +68,7 @@ setting its building number to ``"761"``:
[ '$set' => [ 'address.building' => '761' ]], [ '$set' => [ 'address.building' => '761' ]],
[ [
'projection' => [ 'address' => 1 ], 'projection' => [ 'address' => 1 ],
'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER 'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER,
] ]
); );
......
...@@ -6,6 +6,7 @@ Tutorials ...@@ -6,6 +6,7 @@ Tutorials
.. toctree:: .. toctree::
/tutorial/crud /tutorial/crud
/tutorial/collation
/tutorial/commands /tutorial/commands
/tutorial/decimal128 /tutorial/decimal128
/tutorial/gridfs /tutorial/gridfs
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment