fixed some bugs in mysql export driver
This commit is contained in:
parent
ec36e81d60
commit
de94e46471
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class Doctrine_Export_Mysql extends Doctrine_Export {
|
||||||
if (!empty($optionStrings)) {
|
if (!empty($optionStrings)) {
|
||||||
$query.= ' '.implode(' ', $optionStrings);
|
$query.= ' '.implode(' ', $optionStrings);
|
||||||
}
|
}
|
||||||
return $this->dbh->query($query);
|
return $this->conn->getDbh()->query($query);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* alter an existing table
|
* alter an existing table
|
||||||
|
|
Loading…
Add table
Reference in a new issue