typo (might fix #236)
This commit is contained in:
parent
dcdc049588
commit
1a52fe7263
@ -514,7 +514,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
|
|||||||
{
|
{
|
||||||
switch($this->type) {
|
switch($this->type) {
|
||||||
case self::DELETE:
|
case self::DELETE:
|
||||||
if($this->conn->getName() == 'mysql')
|
if($this->conn->getName() == 'Mysql')
|
||||||
$q = 'DELETE '.end($this->tableAliases).' FROM ';
|
$q = 'DELETE '.end($this->tableAliases).' FROM ';
|
||||||
else
|
else
|
||||||
$q = 'DELETE FROM ';
|
$q = 'DELETE FROM ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user