We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc9ddf commit bf38a06Copy full SHA for bf38a06
source/motor-async-migration.txt
@@ -60,10 +60,7 @@ Method Signature Changes
60
61
The following Motor method signatures behave differently in the {+driver-async+} driver:
62
63
-- ``GridOut.open()`` returns ``None``.
64
- ``AsyncMongoClient.__init__()`` does not accept an ``io_loop`` parameter.
65
-- ``GridIn.set()`` does not accept a filename. Instead pass a file name by using the
66
- ``GridIn.filename`` attribute.
67
- ``AsyncCursor.each()`` does not exist in the {+driver-async+} driver.
68
- ``MotorGridOut.stream_to_handler()`` does not exist in the {+driver-async+} driver.
69
- ``AsyncCursor.to_list(0)`` is not valid in the {+driver-async+} driver. Use
0 commit comments