Improve DatabaseCore : fetch_all
This commit is contained in:
parent
aa6e2848af
commit
b0603ebf5e
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ class DatabaseCore
|
|||
|
||||
static function fetch_all($ret)
|
||||
{
|
||||
return pg_fetch_all($ret);
|
||||
return pg_fetch_all($ret,PGSQL_ASSOC);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue