Merge pull request #110 from mamchenkov/2.0

Fixing notices in Postgres datasource
This commit is contained in:
José Lorenzo Rodríguez 2011-06-01 17:38:48 -07:00
commit b6659c83e7

View file

@ -188,6 +188,7 @@ class Postgres extends DboSource {
$fields = parent::describe($model);
$table = $this->fullTableName($model, false);
$this->_sequenceMap[$table] = array();
$cols = null;
if ($fields === null) {
$cols = $this->_execute(