changelog:5.21.0
This is an old revision of the document!
Release 5.21.0 Changelog
Driver db2
| Function | Description |
|---|---|
| genId() | Driver now supports this function |
| metaIndexes() | Driver now supports this function |
| metaProcedures() | Driver now supports this function |
| metaDatabases() | Driver now supports this function |
| connect() | Driver now supports the passing of optional parameters to the DB2 connect function via the use of the setConnectionParameter function. For more information on supported parameters, see PHP db2_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 |
| connect() | DSN connection parameters can no longer be passed in the $database parameter. Ensure that they are passed in the $dsn parameter |
| execute() | Queries now natively support upper and lower case implementation of ADODB_ASSOC_CASE |
| prepareSp() | Driver now fully supports execution of stored procedures |
| inParameter() | Driver now supports setting of input/output parameters |
| healthCheck() | This performance monitoring function is now compatible with versions of DB2 greater than 9.5. Note that the function is not backwardly compatible |
| dropColumnSql() | Driver now supports this function |
changelog/5.21.0.1440866743.txt.gz · Last modified: (external edit)
