[DDC-551] Added enabled filters to Query hash
This commit is contained in:
parent
afd7a540a7
commit
6163d9d932
1 changed files with 2 additions and 1 deletions
|
@ -558,6 +558,7 @@ final class Query extends AbstractQuery
|
|||
|
||||
return md5(
|
||||
$this->getDql() . var_export($this->_hints, true) .
|
||||
var_export($this->_em->getEnabledFilters(), true) .
|
||||
'&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
|
||||
'&hydrationMode='.$this->_hydrationMode.'DOCTRINE_QUERY_CACHE_SALT'
|
||||
);
|
||||
|
@ -573,4 +574,4 @@ final class Query extends AbstractQuery
|
|||
parent::__clone();
|
||||
$this->_state = self::STATE_DIRTY;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue