@minatojs/driver-mysql
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -375,2 +375,3 @@ "use strict"; | ||
} | ||
logger.debug("> %s", sql); | ||
return new Promise((resolve, reject) => { | ||
@@ -377,0 +378,0 @@ this._queryTasks.push({ sql, resolve, reject }); |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "MySQL Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
54983
586