El RIDO 4 лет назад
Родитель
Сommit
0b6af67b99
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      lib/Data/Database.php

+ 0 - 1
lib/Data/Database.php

@@ -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) :