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/09/12 14:54] – [Table] 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 ===== 
-^ Function                                        ^ Description                                                                                                                                                                                                                                                                                          ^ 
-| [[reference:genid|genId()]]                     | Driver now supports this function                                                                                                                                                                                                                                                                    | 
-| [[dictionary:metaindexes|metaIndexes()]]        | Driver now supports this function                                                                                                                                                                                                                                                                    | 
-| [[dictionary:metaprocedures|metaProcedures()]]  | Driver now supports this function                                                                                                                                                                                                                                                                    | 
-| [[dictionary:metaprocedures|metaDatabases()]]   | Driver now supports this function                                                                                                                                                                                                                                                                    | 
-| [[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 function via the use of the [[reference:setconnectionparameter|setConnectionParameter]] function. 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:dropcolumnsql|dropColumnSql()]]    | Driver now supports this function                                                                                                                                                                                                                                                                    | 
-| [[dictionary:metaCasing]]                       | Driver fully supports this feature                                                                                                                                                                                                                                                                   | 
  
changelog/5.21.0.1442062452.txt.gz · Last modified: 2017/04/21 11:19 (external edit)