Jelajahi Sumber

removed obsolete comment

El RIDO 4 tahun lalu
induk
melakukan
0b6af67b99
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      lib/Data/Database.php

+ 0 - 1
lib/Data/Database.php

@@ -589,7 +589,6 @@ class Database extends AbstractData
         }
         }
         $statement->closeCursor();
         $statement->closeCursor();
         if (self::$_type === 'oci' && is_array($result)) {
         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
             // returned CLOB values are streams, convert these into strings
             $result = $firstOnly ?
             $result = $firstOnly ?
                 array_map('self::_sanitizeClob', $result) :
                 array_map('self::_sanitizeClob', $result) :