1
0
mirror of synced 2025-01-07 09:37:11 +03:00
This commit is contained in:
zYne 2007-06-19 23:15:52 +00:00
parent ea30a65b57
commit 99ad6fbbc9

View File

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