mysql-rest
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -261,3 +261,2 @@ "use strict"; | ||
// replace the variableValue with ? | ||
temp = replaceWhereParamsToQMarks( | ||
@@ -278,4 +277,2 @@ false, | ||
whereQuery += fixedTemp; | ||
// get the variableValue and push to params | ||
@@ -316,2 +313,5 @@ variableValue = result[2].match(/(.*?)\)/); | ||
// and then replace the variableValue with ? | ||
whereQuery += fixedTemp; | ||
if (numOfConditions.length !== -1 && i !== numOfConditions.length - 1) { | ||
@@ -318,0 +318,0 @@ //console.log('finding logical operator for',logicalOperatorsInClause[i]); |
{ | ||
"name": "mysql-rest", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "One command to generate REST APIs for any MySql database, support multi databases", | ||
@@ -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
2129116