changelog:5.21.0
This is an old revision of the document!
Release 5.21.0 Changelog
Driver 'db2' (IBM DB2)
Function | Description |
---|---|
genId() | Driver now supports this method |
metaIndexes() | Driver now supports this method |
metaProcedures() | Driver now supports this method |
metaDatabases() | Driver now supports this method |
metaTables() | Method ignored requests for filtering on schema or table mask |
connect() | Driver now supports the passing of optional parameters to the DB2 connect method via the use of the setConnectionParameter method. 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 |
alterColumnSql() | Driver now supports this method |
dropColumnSql() | Driver now supports this method |
MetaCasing | Driver fully supports this feature |
setTableCasing() | This helper function replaces the uCaseTables variable. UCaseTables is no longer supported |
changelog/5.21.0.1448642480.txt.gz · Last modified: 2017/04/21 11:19 (external edit)