node-mongodb icon indicating copy to clipboard operation
node-mongodb copied to clipboard

I have a problem with find() method

Open freeart opened this issue 14 years ago • 0 comments

in posts 30 records: posts.insert({ checkSum: checkSum, (md5) topicId : topic, (integer) topicName : name (long text, length ~ 100-200) }); posts.find(null, null, function(results) { sys.puts(results.length); //if results is "large" callback is not called, if results littleness we see output text 30 });

freeart avatar Oct 02 '10 08:10 freeart