Added platform key
This commit is contained in:
parent
0dde8585c3
commit
4e61ceb0df
@ -688,7 +688,8 @@ final class Query extends AbstractQuery
|
||||
->getName();
|
||||
|
||||
return md5(
|
||||
$this->getDql() . serialize($this->_hints) . $platform .
|
||||
$this->getDql() . serialize($this->_hints) .
|
||||
'&platform=' . $platform .
|
||||
($this->_em->hasFilters() ? $this->_em->getFilters()->getHash() : '') .
|
||||
'&firstResult=' . $this->_firstResult . '&maxResult=' . $this->_maxResults .
|
||||
'&hydrationMode='.$this->_hydrationMode.'DOCTRINE_QUERY_CACHE_SALT'
|
||||
|
Loading…
x
Reference in New Issue
Block a user