fixing typo
This commit is contained in:
parent
2c3b8bab19
commit
b3915b8ad0
@ -519,7 +519,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
|
||||
switch(strtolower($this->connection->getName())) {
|
||||
case 'mysql':
|
||||
// mysql doesn't support LIMIT in subqueries
|
||||
$list = $this->conn->execute($subquery, $params)->fetchAll(PDO::FETCH_COLUMN);
|
||||
$list = $this->connection->execute($subquery, $params)->fetchAll(PDO::FETCH_COLUMN);
|
||||
$subquery = implode(', ', $list);
|
||||
break;
|
||||
case 'pgsql':
|
||||
|
Loading…
x
Reference in New Issue
Block a user