node-sql-parser
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -16,3 +16,3 @@ "use strict"; | ||
const clauses = values.map(_expr.exprToSQL); | ||
return `(${clauses.join('')})`; | ||
return `(${clauses.join('),(')})`; | ||
} | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "node-sql-parser", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "simple node sql parser", | ||
@@ -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
1444309
31
51234