1
0
mirror of synced 2024-12-14 07:06:04 +03:00

fixed some bugs in mysql export driver

This commit is contained in:
zYne 2006-11-24 23:22:56 +00:00
parent ec36e81d60
commit de94e46471

View File

@ -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