removed obsolete comment
This commit is contained in:
parent
56c54dd880
commit
0b6af67b99
1 changed files with 0 additions and 1 deletions
|
@ -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) :
|
||||
|
|
Loading…
Reference in a new issue