ee-query-builder
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -118,5 +118,9 @@ !function(){ | ||
SQLString += ' ('+keys.join(', ')+') VALUES ('+values.join(', ')+')'; | ||
if (this._type === 'postgres' && query.returning && query.returning.length) { | ||
SQLString += ' RETURNING '+ query.returning.map(function(key){ | ||
return this._escapeId(key); | ||
}.bind(this)).join(', '); | ||
} | ||
if (this._type === 'postgres' && query.returning) SQLString += ' RETURNING '+this._escapeId(query.returning); | ||
return {SQLString: SQLString, parameters: parameters}; | ||
@@ -123,0 +127,0 @@ } |
{ | ||
"name" : "ee-query-builder" | ||
, "description" : "query builder for ee-orm" | ||
, "version" : "0.1.4" | ||
, "version" : "0.1.5" | ||
, "homepage" : "https://github.com/eventEmitter/ee-query-builder" | ||
@@ -37,2 +37,2 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
} | ||
} | ||
} |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
gql-query-builder |
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
16416
371
14
1