Skip to content

Commit

Permalink
Merge pull request #110 from mamchenkov/2.0
Browse files Browse the repository at this point in the history
Fixing notices in Postgres datasource
  • Loading branch information
lorenzo committed Jun 2, 2011
2 parents cb88b95 + 8271970 commit b6659c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Model/Datasource/Database/Postgres.php
Expand Up @@ -188,6 +188,7 @@ public function describe($model) {
$fields = parent::describe($model);
$table = $this->fullTableName($model, false);
$this->_sequenceMap[$table] = array();
$cols = null;

if ($fields === null) {
$cols = $this->_execute(
Expand Down

0 comments on commit b6659c8

Please sign in to comment.