MongoConnection::count fails
Brought to you by:
dtylman
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;]