marcello3d / node-mongolian

[project inactive] Mongolian DeadBeef is an awesome Mongo DB driver for node.js
https://groups.google.com/group/node-mongolian
zlib License
349 stars 50 forks source link

Query failures not being reported #87

Closed marcello3d closed 12 years ago

marcello3d commented 12 years ago

We're not handling server replies with the CursorNotFound or QueryFailure flags set (see http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol#MongoWireProtocol-OPREPLY). This should be detected and exposed as an error.