This commit is contained in:
parent
ea30a65b57
commit
99ad6fbbc9
@ -198,7 +198,7 @@ class Doctrine_Import_Pgsql extends Doctrine_Import
|
|||||||
*/
|
*/
|
||||||
public function listTables($database = null)
|
public function listTables($database = null)
|
||||||
{
|
{
|
||||||
return $this->conn->fetchAssoc($this->sql['listTables']);
|
return $this->conn->fetchColumn($this->sql['listTables']);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* lists table triggers
|
* lists table triggers
|
||||||
|
Loading…
Reference in New Issue
Block a user