Menu

#1 MongoConnection::count fails

open
nobody
None
5
2011-03-29
2011-03-29
No

The line:

query.setValue("query", countQuery.selector());

must be

query.setObject("query", countQuery.selector());

because selector is a document.

After this change I get an error when the response is handled:

Logic exception: illegal count query response: [$err:EOO Before end of object;code:10331;]

Discussion


Log in to post a comment.

MongoDB Logo MongoDB