1
0
mirror of synced 2025-01-18 06:21:40 +03:00

[DDC-551] Added enabled filters to Query hash

This commit is contained in:
Alexander 2011-07-22 15:26:03 +02:00
parent afd7a540a7
commit 6163d9d932

View File

@ -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'
);