Comparing version 0.0.26 to 0.0.27
@@ -111,3 +111,3 @@ exports.build = function (Dialect, where) { | ||
sql = sql.replace(/\?:(id|value)/g, function (m) { | ||
if (where.w[k].replace.length === 0) { | ||
if (where.w[k].where.escapes.length === 0) { | ||
return ''; | ||
@@ -114,0 +114,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"license": "MIT", | ||
@@ -12,0 +12,0 @@ "repository": { |
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
36090