mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #110 from mamchenkov/2.0
Fixing notices in Postgres datasource
This commit is contained in:
commit
b6659c83e7
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue