ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


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
metaTables() Method ignored requests for filtering on schema or table mask
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
MetaCasing Driver fully supports this feature
setTableCasing() This helper function replaces the uCaseTables variable. UCaseTables is no longer supported
changelog/5.21.0.1442068375.txt.gz · Last modified: 2017/04/21 11:19 (external edit)