Comparing version 3.8.1 to 3.8.2
@@ -44,2 +44,5 @@ /* SQB | ||
}); | ||
this.on('execute', (...args) => { | ||
pool.emitSafe('execute', ...args); | ||
}); | ||
} | ||
@@ -292,3 +295,1 @@ | ||
module.exports = Connection; | ||
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
124466
4592