[DDC-551] Added enabled filters to Query hash
This commit is contained in:
parent
afd7a540a7
commit
6163d9d932
@ -558,6 +558,7 @@ final class Query extends AbstractQuery
|
|||||||
|
|
||||||
return md5(
|
return md5(
|
||||||
$this->getDql() . var_export($this->_hints, true) .
|
$this->getDql() . var_export($this->_hints, true) .
|
||||||
|
var_export($this->_em->getEnabledFilters(), true) .
|
||||||
'&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
|
'&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
|
||||||
'&hydrationMode='.$this->_hydrationMode.'DOCTRINE_QUERY_CACHE_SALT'
|
'&hydrationMode='.$this->_hydrationMode.'DOCTRINE_QUERY_CACHE_SALT'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user