Show
Ignore:
Timestamp:
07/24/08 01:13:07 (6 months ago)
Author:
guilhermeblanco
Message:

fixes #1262 and fixes #1272

Files:
1 modified

Legend:

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

    r4560 r4708  
    140140                default: 
    141141                    $leftExpr = (($hasLeftAggExpression) ? $leftMatches[1] . '(' : '')  
    142                               . $alias . '.' . $field 
     142                              . $conn->quoteIdentifier($alias . '.' . $field) 
    143143                              . (($hasLeftAggExpression) ? $leftMatches[3] . ')' : '') ; 
    144144