I'm calling collection update from ruby driver to mongodb and gets a return code 117. How do I generally interpret the error codes that I get?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you are using safe mode, the update method returns a hash containing the output of getLastError. However, when you are not using safe mode, we simply return the number of bytes that were sent to the server.
This is something that could be made clearer in the documentation. I will update it for the next ruby driver release. |
||||
|
|