-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Component/s: CRUD
-
None
-
Needed
Currently working on pymongo's behavior when given an empty projection (PYTHON-1853). Before this change, pymongo simply substituted in a projection of {"_id": 1} when no projection was given. We should consider adding tests to the CRUD spec to ensure all the drivers have the same behavior when given an empty projection.