Commit Graph

15 Commits (bdf4b6fad848ea750f45e5eff7311dc041082e4e)

Author SHA1 Message Date
Thijs Cadier bdf4b6fad8 Docs for cursor 9 years ago
Thijs Cadier fcabf5e262 Tweak comments 9 years ago
Thijs Cadier 269d26feb9 Use durations instead of ms for sleeps 9 years ago
Thijs Cadier e4b9864bfc Rename wrapper package and use openssl-sys crate 10 years ago
Thijs Cadier d8669a4226 Use insert_bson in cursor 10 years ago
Thijs Cadier c77cc42024 Attach fields bson to lifetime of cursor 10 years ago
Thijs Cadier fc71370c0f Move integration tests to own dir 10 years ago
Thijs Cadier 1830144125 Replace all bson document handling with macro 10 years ago
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