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

PyMongo - the Official MongoDB Python driver

Results 30 mongo-python-driver issues
Sort by recently updated
recently updated
newest added

## Changes After initialData is added in test.unified_format's run_scenario, we get the $clusterTime from the server, and add this to each of the ClientSession entities before further operations. ## Motivation...

[PYTHON-3490](https://jira.mongodb.org/browse/PYTHON-3490) WIP draft implementation for https://github.com/mongodb/specifications/pull/1369

https://jira.mongodb.org/browse/PYTHON-4556 Related to https://github.com/10gen/mongo-python-toolchain/pull/56

https://jira.mongodb.org/browse/PYTHON-4396

This PR shows the work required to convert https://github.com/mongodb/mongo-python-driver/blob/8fbf84d314d18c2ce6e897e5d1bdd21f2493e409/test/test_logger.py to be asynchronous as well as generate the synchronous version.

Adds support for new subtype of Binary BSON type to be used for densely-packed 1d arrays (vectors). I am off on vacation so this is a work in progress. Remaining...