Changeset 5303 for branches/1.0/lib/Doctrine/Query.php
- Timestamp:
- 12/17/08 17:56:14 (15 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Query.php
r5247 r5303 1129 1129 switch (strtolower($this->_conn->getDriverName())) { 1130 1130 case 'mysql': 1131 $this->useQueryCache(false); 1131 1132 // mysql doesn't support LIMIT in subqueries 1132 1133 $list = $this->_conn->execute($subquery, $params)->fetchAll(Doctrine::FETCH_COLUMN);