-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.1
-
Component/s: None
Accessing a collection as db.mycollection.find() can silently fail if there is a typo in the collection name, e.g. db.mycollections.find().
Allow pymongo to be configured to raise an exception if the collection doesn't exist?