» Version | » Information |
---|---|
2012-10-23 beta |
|
2010-08-29 beta |
|
2009-01-14 beta |
|
2008-03-15 beta |
|
2007-12-06 alpha |
|
2007-10-28 alpha |
|
2007-05-03 stable |
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_mssql-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_mssql-1.2.0 Release date: 2007-03-14 08:19 UTC Release state: stable Release uploaded by: davidc Changelog: - added ability to escape wildcard characters in escape() and quote() - added setTransactionIsolation() - added savepoint support to beginTransaction(), commit() and rollback() - added debug() call at the end of a query/prepare/execute calling (Request #7933) - added context array parameter to debug() and make use of it whereever sensible - added optional method name parameter to raiseError() and use whereever possible - added ability to escape wildcard characters in escape() and quote() - added debug() call at the end of a query/prepare/execute calling (Request #7933) - added 'nativetype' output to tableInfo() and getTableFieldDefinition() - added 'mdb2type' output to getTableFieldDefinition() - reworked tableInfo() to use a common implementation based on getTableFieldDefinition() when a table name is passed (Bug #8124) - fixed incorrect regex in mapNativeDatatype() (Bug #8256) (thx ioz at ionosfera dot com) - use old DSN when rolling back open transactions in disconnect() - MSSQL requires making columns exlicitly NULLable (Bug #8359) - do not list empty contraints and indexes - added support for autoincrement via IDENTITY in getDeclaration() - ALTER TABLE bug when adding more than 1 column (Bug #8373) - fixed handling return values when disable_query is set in _doQuery() and _execute() - added dropIndex() to the manager module - increased MDB2 dependency to XXX - renamed valid_types property to valid_default_values in the Datatype module - increased PHP dependency due to bug #31195 - using 'ADD COLUMN' syntax instead of just 'ADD' in alterTable() - fixed bug #9024: typo in error checking - fixed inheritance structure of convertResult() - added support for new 'disable_iso_date' date DSN option (Request #8739) - fix typos in error handling in a few places (bug #9024) - do not skip id generation in nextId() when creating a sequence on demand because this prevents lastInsertID() from working - added support for more error codes (patch by Adam Harvey) - migrated to package.xml version 2 - implemented getTableFieldDefinition() in the Reverse module - implemented getTableIndexDefinition() in the Reverse module - implemented getTableConstraintDefinition() in the Reverse module - implemented getTriggerDefinition() in the Reverse module - implemented listTableConstraints() in the Manager module - implemented listFunctions() in the Manager module - implemented listDatabases() in the Manager module - implemented listUsers() in the Manager module - implemented guid() in the Function module [globally unique identifier] - implemented a fallback mechanism within getTableIndexDefinition() in the Reverse module to ignore the 'idxname_format' option and use the index name as provided in case of failure before returning an error - added a 'nativetype_map_callback' option to map native data declarations back to custom data types (thanks to Andrew Hill). - added missing integer data types and their length in _mapNativeDatatype() - phpdoc fixes open todo items: - explore fast limit/offset emulation (Request #4544) Dependencies:
|
2007-01-10 stable |
|
2007-01-09 stable |
|
2006-06-15 stable |
|
2006-02-09 stable |
|
2005-10-11 alpha |
|
2005-06-08 alpha |