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 |
inParam() | Driver now supports setting of input/output parameters |
changelog/5.21.0.1440196917.txt.gz · Last modified: 2017/04/21 11:19 (external edit)