Comparing version 1.0.6 to 1.0.7
@@ -31,3 +31,3 @@ const MongoDB = require('mongodb'); | ||
builder.db.$debug && builder.db.$debug({ collection: client.$database + '.' + opt.table, condition: filter.where, options: options }); | ||
builder.db.$debug && builder.db.$debug({ collection: client.$database + '.' + opt.table, condition: filter.where, options: options }).allowDiskUse(); | ||
@@ -114,3 +114,3 @@ client.db(client.$database).collection(opt.table).find(filter.where, options).toArray(function(err, response) { | ||
builder.db.$debug && builder.db.$debug({ collection: client.$database + '.' + opt.table, condition: filter.where, options: options }); | ||
builder.db.$debug && builder.db.$debug({ collection: client.$database + '.' + opt.table, condition: filter.where, options: options }).allowDiskUse(); | ||
@@ -117,0 +117,0 @@ var db = client.db(client.$database).collection(opt.table); |
{ | ||
"name": "icorm", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Database Management System", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
214874