Details
-
Improvement
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
None
-
None
-
All
Description
The documentation for collection.insert() states that "Bulk insert works with any iterable" when in fact this isn't true.
For example insert("a string") fails with:
TypeError: 'str' object does not support item assignment