Commit Graph

18 Commits (e6757510733854e9a2d9d6edef67d2bd0c49ff3d)

Author SHA1 Message Date
Thijs Cadier 9a10284073 Whitespace fixes 6 years ago
Michael Jansen 77cbcf340d * Improve documentation
* add has_collection test
* fix white spaces
6 years ago
Michael Jansen 0a3f41bb0c Add database.command_batch which automatically
calls getMore for find and append.
7 years ago
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 9 years ago
Thijs Cadier d8669a4226 Use insert_bson in cursor 9 years ago
Thijs Cadier c77cc42024 Attach fields bson to lifetime of cursor 9 years ago
Thijs Cadier fc71370c0f Move integration tests to own dir 9 years ago
Thijs Cadier 1830144125 Replace all bson document handling with macro 9 years ago
Thijs Cadier eac4815563 Ssl options for client pool 9 years ago
Thijs Cadier d2e0fbc109 Add command on collection and database 9 years ago
Thijs Cadier df9749c5c4 WIP Collection bulk operation 9 years ago
Thijs Cadier e88e6892f9 Use bson from Git for now 9 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.
9 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.
9 years ago
Thijs Cadier d686ba240f Initial version 9 years ago