any-db-pool
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -52,3 +52,3 @@ var inherits = require('util').inherits | ||
if (err) return callback ? callback(err) : query.emit('error', err) | ||
this.emit('query', statement, params) | ||
self.emit('query', statement, params) | ||
conn.query(query); | ||
@@ -55,0 +55,0 @@ var release = once(self.release.bind(self, conn)) |
{ | ||
"name": "any-db-pool", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "AnyDB connection pool", | ||
@@ -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