Explorar el Código

ZF-7396
- Cleanup of docblocks to remove references to "oracle"


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17291 44c647ce-9c0f-0410-b52a-842ac1e357ba

ralph hace 16 años
padre
commit
245eb99138
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      library/Zend/Db/Adapter/Sqlsrv.php

+ 1 - 2
library/Zend/Db/Adapter/Sqlsrv.php

@@ -50,8 +50,7 @@ class Zend_Db_Adapter_Sqlsrv extends Zend_Db_Adapter_Abstract
      *
      * username => (string) Connect to the database as this username.
      * password => (string) Password associated with the username.
-     * dbname   => Either the name of the local Oracle instance, or the
-     *             name of the entry in tnsnames.ora to which you want to connect.
+     * dbname   => The name of the local SQL Server instance
      *
      * @var array
      */