Changeset 4888

Show
Ignore:
Timestamp:
09/08/08 19:15:03 (10 months ago)
Author:
jwage
Message:

fixes #1418

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Query/Having.php

    r4252 r4888  
    7272                    $func  = $this->query->getAggregateAlias($field); 
    7373                } 
    74                 return $func; 
     74                return $this->query->getConnection()->quoteIdentifier($func); 
    7575            } else { 
    76                 return $func; 
     76                return $this->query->getConnection()->quoteIdentifier($func); 
    7777            } 
    7878        }