Unverified Commit 14148c88 by Kewde Committed by GitHub

add docs

parent 93d96dad
......@@ -11,6 +11,8 @@ describe('each', function() {
var total = 100000;
var retrieved = 0;
// assert fails sometimes if previous test is still running & blocking.
// so wait until it is finished.
db.wait(function() {
db.each('SELECT id, txt FROM foo LIMIT 0, ?', total, function(err, row) {
if (err) throw err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment