@spinajs/orm
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -25,3 +25,3 @@ "use strict"; | ||
if ((_a = this.Options.Debug) === null || _a === void 0 ? void 0 : _a.Queries) { | ||
this.Log.trace("[ QUERY ] raw query: {0} , bindings: {1}, context: {2}", stmt, params.join(","), context); | ||
this.Log.trace("[ QUERY ] raw query: %s , bindings: %s, context: %s", stmt, params.join(","), context); | ||
} | ||
@@ -28,0 +28,0 @@ return undefined; |
{ | ||
"name": "@spinajs/orm", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "SpinaJS Orm module", | ||
@@ -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
160520