I hava some question about Object which "inital" need ,but return "object" in mongo shell. So
BSONElement initial = p["initial"];
if ( initial.type() != Object ) {
errmsg = "initial has to be an object";
return false;
}
"initial.type() != Object " will be found ,so "group" command will not run forever. What can'i do
Mybe this is my fase, please give me some advise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20121107/2dbd62f2/attachment.html>