ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


changelog:5.21.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
changelog:5.21.0 [2015/11/27 18:03] mnewnhamchangelog:5.21.0 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
- 
-====== Release 5.21.0 Changelog ====== 
- 
-===== Core Functions ===== 
- 
-^ Function                                        ^ Description                                           ^ 
-| [[reference:getrowassoc|getRowAssoc()]]         | This method has been rewritten to improve reliability | 
- 
-===== Driver 'db2' (IBM DB2) ===== 
-^ Function                                        ^ Description                                                                                                                                                                                                                                                                                      ^ 
-| [[reference:genid|genId()]]                     | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:metaindexes|metaIndexes()]]        | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:metaprocedures|metaProcedures()]]  | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:metaprocedures|metaDatabases()]]   | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:metaTables|metaTables()]]          | Method ignored requests for filtering on schema or table mask                                                                                                                                                                                                                                    | 
-| [[reference:connect|connect()]]                 | Driver now supports the passing of optional parameters to the DB2 connect method via the use of the [[reference:setconnectionparameter|setConnectionParameter]] method. For more information on supported parameters, see [[http://php.net/manual/en/function.db2-connect.php|PHP db2_connect]]  | 
-| [[reference:connect|connect()]]                 | The schema is no longer switched automatically to the database name. To set the schema, set ''$db->connectStmt="SET SCHEMA=schemaName"'' before executing the ''connect()'' statement                                                                                                            | 
-| [[reference:connect|connect()]]                 | DSN connection parameters can no longer be passed in the $database parameter. Ensure that they are passed in the $dsn parameter                                                                                                                                                                  | 
-| [[reference:execute|execute()]]                 | Queries now natively support upper and lower case implementation of [[reference:ADODB_ASSOC_CASE]]                                                                                                                                                                                               | 
-| [[reference:preparesp|prepareSp()]]             | Driver now fully supports execution of stored procedures                                                                                                                                                                                                                                         | 
-| [[reference:inparameter|inParameter()]]         | Driver now supports setting of input/output parameters                                                                                                                                                                                                                                           | 
-| [[performance:healthcheck|healthCheck()]]       | This performance monitoring function is now compatible with versions of DB2 greater than 9.5. Note that the function is not backwardly compatible                                                                                                                                                | 
-| [[dictionary:altercolumnsql|alterColumnSql()]]  | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:dropcolumnsql|dropColumnSql()]]    | Driver now supports this method                                                                                                                                                                                                                                                                  | 
-| [[dictionary:metaCasing]]                       | Driver fully supports this feature                                                                                                                                                                                                                                                               | 
-| [[dictionary:settablecasing|setTableCasing()]]  | This helper function replaces the uCaseTables variable. UCaseTables is no longer supported                                                                                                                                                                                                       | 
- 
-===== Driver 'mssqlnative' (Microsoft SQL Server) ===== 
-^Function^Description^ 
-|[[dictionary:serverinfo|serverInfo()]]|Driver now correctly recognizes SQL Server 2014| 
-|[[dictionary:metaindexes|metaIndexes()]]|The metaIndexesSql is now stored in the appropriate class variable(minor)| 
-|[[dictionary:metaforeignkeys|metaForeignKeys()]]|Call to getArray() was passed by reference which is no longer allowed| 
-|_initRs()|The SQL Server table metadata is read once as the recordset is initialized. Subsequent requests for meta information use that cached information. This emulates the method used in the Oracle driver| 
-|Recordset|If dateTime objects are not returned as strings, the date type (91) and datetime type(93) can be formatted by changing the value of the ''$dateTimeObjectFormat'' 
  
changelog/5.21.0.1448643821.txt.gz · Last modified: 2017/04/21 11:19 (external edit)