Changeset 4046
- Timestamp:
- 03/19/08 14:34:59 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Query.php
r4045 r4046 763 763 764 764 // build sql expression 765 if ($this->_conn instanceof Doctrine_Connection_Oracle) {766 $tableAlias = $this->_queryComponents[$componentAlias]['table']767 ->getTableName();768 }769 765 $term[0] = $this->_conn->quoteIdentifier($tableAlias) 770 766 . '.' … … 807 803 if ($this->getType() === Doctrine_Query::SELECT) { 808 804 // build sql expression 809 if ($this->_conn instanceof Doctrine_Connection_Oracle) {810 $tableAlias = $this->_queryComponents[$componentAlias]['table']811 ->getTableName();812 }813 805 $term[0] = $this->_conn->quoteIdentifier($tableAlias) 814 806 . '.'