asyncmongo icon indicating copy to clipboard operation
asyncmongo copied to clipboard

Add get_more operation within find() method

Open bufferx opened this issue 10 years ago • 0 comments

The cursor.find() method does not support access to all records from a collection, so I add OP_GET_MORE within it.

bufferx avatar Jul 05 '14 14:07 bufferx