Comparing version 0.2.10 to 0.2.11
@@ -90,3 +90,2 @@ var util = require('util'); | ||
dbInstances[linkNum] = think_require("Db").getInstance(config); | ||
console.log("dbInstances: " + dbInstances.length) | ||
}else if(config === null){ | ||
@@ -852,3 +851,2 @@ dbInstances[linkNum].close(); | ||
Model.close = function(){ | ||
console.log("dbInstances length: " + dbInstances.length) | ||
dbInstances.forEach(function(db){ | ||
@@ -855,0 +853,0 @@ db.close(); |
{ | ||
"name": "thinkjs", | ||
"description": "thinkphp web framework for nodejs", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "welefen", |
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
175019
5235