Comparing version 0.6.3 to 0.6.4
@@ -271,2 +271,6 @@ !function () { | ||
// filter all subselects | ||
this.applyFiltersToParents(this.getParent(), this); | ||
if (this.isSelected() && !this.selectApplied()) { | ||
@@ -284,4 +288,2 @@ parent = this.getParent(); | ||
// filter all subselects | ||
this.applyFiltersToParents(this.getParent(), this); | ||
@@ -316,2 +318,3 @@ // select the parent referenced field | ||
/* | ||
@@ -323,3 +326,3 @@ * apply my filters to all parents except for the root resource | ||
if (resource && !resource.isRootResource() && !resource.parentFiltered) { | ||
if (sourceResource.hasFiltersForTheRootResource() && resource && !resource.isRootResource() && !resource.parentFiltered) { | ||
var name = sourceResource.query.from | ||
@@ -326,0 +329,0 @@ , targetFilter; |
{ | ||
"name" : "ee-orm" | ||
, "description" : "An easy to use ORM for node.js. Supports eager loading, complex queries, joins, transactions, complex database clusters & connection pooling." | ||
, "version" : "0.6.3" | ||
, "version" : "0.6.4" | ||
, "homepage" : "https://github.com/eventEmitter/ee-orm" | ||
@@ -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
249323