Commit Graph

22 Commits (74d1f73261594004d141bf1422a47adc46b8642f)

Author SHA1 Message Date
thijsc 74d1f73261 Bump mongoc driver to 1.22.0 3 years ago
Thijs Cadier 2123095be0 Bump bson to 1.1 4 years ago
Thijs Cadier 984fc9ea2b Move to 2018 edition 4 years ago
Thijs Cadier 97d22cc241 Fix warnings on latest stable 4 years ago
Michael Jansen 77cbcf340d * Improve documentation
* add has_collection test
* fix white spaces
7 years ago
Michael Jansen f6a4cefb64 Add listIndexes to supported batch commands 7 years ago
Michael Jansen 0a3f41bb0c Add database.command_batch which automatically
calls getMore for find and append.
7 years ago
Michael Jansen 0aa99ffbc5 add documentation not to use getMore with db.command 7 years ago
Michael Jansen 4fba9e8b5a Add db.has_collection 7 years ago
Thijs Cadier d0b93b6bb0 Bump bson to 0.11 and use lossy utf-8 decoding for responses
Mongo can return invalid UTF-8 in bson responses:

https://jira.mongodb.org/browse/SERVER-24007

We use lossy UTF-8 decoding when parsing now.
7 years ago
Thijs Cadier dd4b3b7f4f Documentation for Database 9 years ago
Thijs Cadier 7140cdd443 Methods to take ownership of a database and collection 10 years ago
Thijs Cadier 87e4f3cb8b Fix lifetime issue in options 10 years ago
Thijs Cadier 72cb5be78f Add command_simple 10 years ago
Thijs Cadier e4b9864bfc Rename wrapper package and use openssl-sys crate 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 d2919f79a6 Fix warnings and don't use scoped anymore 10 years ago
Thijs Cadier f3bb18630f Add database wrapper with get and create collection 10 years ago