ee-query-builder
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -120,3 +120,5 @@ !function(){ | ||
if (keys.length) SQLString += ' ('+keys.join(', ')+') VALUES ('+values.join(', ')+')'; | ||
else if (this._type === "postgres") SQLString += ' DEFAULT VALUES'; | ||
if (this._type === 'postgres' && query.returning && query.returning.length) { | ||
@@ -123,0 +125,0 @@ SQLString += ' RETURNING '+ query.returning.map(function(key){ |
{ | ||
"name" : "ee-query-builder" | ||
, "description" : "query builder for ee-orm" | ||
, "version" : "0.1.21" | ||
, "version" : "0.1.22" | ||
, "homepage" : "https://github.com/eventEmitter/ee-query-builder" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
19616
456