mongo-rust-driver icon indicating copy to clipboard operation
mongo-rust-driver copied to clipboard

The official MongoDB Rust Driver

Results 49 mongo-rust-driver issues
Sort by recently updated
recently updated
newest added

Added a new comment option to crud, change streams, index management, list databases and collection helper methods and added corresponding unified spec tests from [mongodb/specifications@962fb5f](https://github.com/mongodb/specifications/commit/962fb5f20e9e31b528319fe245147928a3100411).

Updates the tests to run sequentially rather than in parallel (thereby eliminating the need for the test lock). The first CI run made for this patch took 273 hours which...

Because ring has some problem at some OS system, like this https://github.com/briansmith/ring/issues/1417. This make the project build failed at centos 6.8. Old OS but still in use. Is it able...

tracked-in-jira

RUST-1162 This PR fixes a race in the v2 runner between events being emitted and the runner asserting that they have been received. It does so by waiting on a...

This is a work in progress implementation of [gridfs](https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst). The jira ticket [RUST-527](https://jira.mongodb.org/browse/RUST-527). Any help/remark/critic are always welcome. I will update this according to my progress: - [x] Basic Structure...

tracked-in-jira

Hey, we are trying to save a struct with `ipnet::Ipv4Net` and the serializers are using the `is_human_readable` serde option to distinguish between different cases. When inserting the struct, it serializes...

tracked-in-jira

Implements the streaming API for GridFS downloads. Some relevant reading related to the async stuff going on here: - [This forum thread](https://users.rust-lang.org/t/i-need-to-implement-asyncread-and-asyncwrite-but-dont-know-where-to-get-started/57945/6) which discusses caching futures. - [`tokio`'s implementation](https://docs.rs/tokio/latest/src/tokio/fs/file.rs.html#495-561) of...

This is the Rust implementation of the changes detailed in mongodb/specifications#1303. Various comments inline.

RUST-1386 This implements a bunch of the FLE prose tests, the evergreen config to support running them, and the fixes for the various bugs the tests showed up (all pretty...

Implements the `upload_from_stream` and `upload_from_stream_with_id` methods described in this section of the spec: https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst#file-upload