-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.10
-
Component/s: None
-
None
-
Environment:ALL
This obviously also affects find_one().
Repro steps:
>>> db.system_js.add = 'function
{ return x + 1; }'
>>> db.system_js.add(5)
6.0
>>> db.system.js.find_one()
Traceback