The listCollections command is new in MongoDB 2.7.5. Both Database.collection_names and Collection.options currently directly query the system.namespaces collection. This won't work in MongoDB 2.8 when alternative storage engines are in use.
- is depended on by
-
DRIVERS-179 Use listCollections command for helper methods
- Closed
-
PYTHON-781 Run tests against the inMemoryExperiment and wiredtiger storage engines
- Closed