Commit Graph

7 Commits (eac48155635074b14aaf11f6092558e5a2f13ab1)

Author SHA1 Message Date
Thijs Cadier eac4815563 Ssl options for client pool 10 years ago
Thijs Cadier d2e0fbc109 Add command on collection and database 10 years ago
Thijs Cadier df9749c5c4 WIP Collection bulk operation 10 years ago
Thijs Cadier e88e6892f9 Use bson from Git for now 10 years ago
Thijs Cadier b12196a41e Support for tailing queries
Add a tail convenience method that returns a tailing cursor
that implements the recommended way of tailing and reconnecting
in it's iterator implementation.

Also move optional arguments to separate type that can optionally be
added to the various methods.
10 years ago
Thijs Cadier c7a2b78016 Support for iterating tailing cursors
When there is no result after calling mongoc_cursor_next, but the cursor
is still alive we need to sleep and try again.
10 years ago
Thijs Cadier d686ba240f Initial version 10 years ago