Changeset 4046

Show
Ignore:
Timestamp:
03/19/08 14:34:59 (16 months ago)
Author:
romanb
Message:

removed wrong patch

Files:
1 modified

Legend:

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

    r4045 r4046  
    763763 
    764764                                // build sql expression 
    765                                 if ($this->_conn instanceof Doctrine_Connection_Oracle) { 
    766                                     $tableAlias = $this->_queryComponents[$componentAlias]['table'] 
    767                                             ->getTableName(); 
    768                                 } 
    769765                                $term[0] = $this->_conn->quoteIdentifier($tableAlias) 
    770766                                         . '.' 
     
    807803                                    if ($this->getType() === Doctrine_Query::SELECT) { 
    808804                                        // build sql expression 
    809                                         if ($this->_conn instanceof Doctrine_Connection_Oracle) { 
    810                                             $tableAlias = $this->_queryComponents[$componentAlias]['table'] 
    811                                                     ->getTableName(); 
    812                                         } 
    813805                                        $term[0] = $this->_conn->quoteIdentifier($tableAlias) 
    814806                                                 . '.'