-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
In v3.6.0 we changed erroneous behavior in Db.prototype.createCollection to look up collections by name before sending the command. The helper still supports an optional strict mode, which aside from committing the same mistake (only looking up by name, rather than name + options), offers no additional benefit over the default behavior. It should be removed.
- related to
-
NODE-2752 Remove callback argument from db.collection helper
- Closed