Commit a3348dda authored by guilhermeblanco's avatar guilhermeblanco

Applied patch provided by ticket #788 in 0.9, 0.10 and trunk

parent f5b0b6bf
......@@ -1062,6 +1062,7 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable, Seria
$this->_queryComponents = array();
$this->_pendingAggregates = array();
$this->_aggregateAliasMap = array();
$this->_enumParams = array();
}
$this->reset();
......@@ -1077,7 +1078,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable, Seria
$params = $this->convertEnums($params);
// Proceed with the generated SQL
if (empty($this->_sqlParts['from'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment