don't mangle non-arrays

pull/872/head
El RIDO 2022-01-23 07:19:35 +01:00
parent 47deaeb7ca
commit b54308a77e
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ class Database extends AbstractData
$statement->fetch(PDO::FETCH_ASSOC) :
$statement->fetchAll(PDO::FETCH_ASSOC);
$statement->closeCursor();
if (self::$_type === 'oci') {
if (self::$_type === 'oci' && is_array($result)) {
// returned column names are all upper case, convert these back
// returned CLOB values are streams, convert these into strings
$result = array_combine(