Changeset 4686

Show
Ignore:
Timestamp:
07/14/08 17:06:19 (5 months ago)
Author:
guilhermeblanco
Message:

Fixed #1246 and fixed #1247. The issue is the same, patch applied! Thanks for report and for the patch.

Location:
branches
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Query.php

    r4645 r4686  
    10591059                } 
    10601060 
    1061                 $tableAlias = trim($e[3], '"'); 
     1061                $tableAlias = trim($e[3], '`"'); 
    10621062                $componentAlias = $this->getComponentAlias($tableAlias); 
    10631063 
  • branches/1.0/lib/Doctrine/Query.php

    r4645 r4686  
    10591059                } 
    10601060 
    1061                 $tableAlias = trim($e[3], '"'); 
     1061                $tableAlias = trim($e[3], '`"'); 
    10621062                $componentAlias = $this->getComponentAlias($tableAlias); 
    10631063