ee-query-builder
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -245,3 +245,3 @@ !function(){ | ||
case 'object': | ||
instructions.push(this._escapeId(instruction.property) + (instruction.desc ? ' DESC' : ' ASC')); | ||
instructions.push(this._escapeId(instruction.entity)+'.'+this._escapeId(instruction.property) + (instruction.desc ? ' DESC' : ' ASC')); | ||
break; | ||
@@ -248,0 +248,0 @@ |
{ | ||
"name" : "ee-query-builder" | ||
, "description" : "query builder for ee-orm" | ||
, "version" : "0.1.17" | ||
, "version" : "0.1.18" | ||
, "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
18734