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