removed obsolete comment

This commit is contained in:
El RIDO 2022-01-24 17:50:24 +01:00
parent 56c54dd880
commit 0b6af67b99
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -589,7 +589,6 @@ class Database extends AbstractData
}
$statement->closeCursor();
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 = $firstOnly ?
array_map('self::_sanitizeClob', $result) :