Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
PyMongo 3.0 will make MongoClient, Database, and Collection immutable. New methods will be added to create Database and Collection instances with specific BSON codec options, read preference, and write concern:
pymongo.mongo_client.MongoClient.get_database
pymongo.database.Database.get_collection
pymongo.collection.Collection.with_options
Attachments
Issue Links
- is depended on by
-
PYTHON-798 common.BaseObject should be immutable
-
- Closed
-