Comparing version 1.0.44 to 1.0.45
@@ -33,3 +33,3 @@ const MongoDB = require('mongodb'); | ||
client.db(client.$database).collection(opt.table).find(filter.where, options).allowDiskUse(true).toArray(function(err, response) { | ||
client.db(client.$database).collection(opt.table).find(filter.where, options).toArray(function(err, response) { | ||
@@ -49,3 +49,3 @@ client.close(); | ||
builder.$callback(err, rows); | ||
}); | ||
}).allowDiskUse(); | ||
} | ||
@@ -143,3 +143,3 @@ | ||
} else { | ||
db.find(filter.where, options).allowDiskUse(true).toArray(function(err, response) { | ||
db.find(filter.where, options).toArray(function(err, response) { | ||
client.close(); | ||
@@ -151,3 +151,3 @@ if (!err && builder.$joins) { | ||
builder.$callback(err, response, count); | ||
}); | ||
}).allowDiskUse(); | ||
} | ||
@@ -154,0 +154,0 @@ }); |
{ | ||
"name": "icorm", | ||
"version": "1.0.44", | ||
"version": "1.0.45", | ||
"description": "Database Management System", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217796