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
Next revision
Previous revision
changelog:5.21.0 [2015/10/14 04:47] 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 ====== 
-===== 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 'text' ===== 
-This driver, which processes an array as a database table has been removed. 
  
changelog/5.21.0.1444790857.txt.gz · Last modified: 2017/04/21 11:19 (external edit)