» 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 |
|
2007-03-14 stable |
|
2007-01-10 stable |
|
2007-01-09 stable |
|
2006-06-15 stable |
|
2006-02-09 stable |
|
0.1.2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_mssql-0.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_mssql-0.1.2 Release date: 2005-10-11 09:49 UTC Release state: alpha Release uploaded by: davidc Changelog: * Bugfix 5507 * created method _checkSequence that checks if a sequence exists * moved all private fetch mode into _fixResultAraryValues * net portability with MDB2_PORTABILITY_FIX_ASSOC_FIELD (to remove database/table qualifiers from assoc indexes) * now using !empty instead of isset() to fetchRow * getAfterId is no lastInsertId * fixed some php4 breakage * Fixed many typos. * return 0 for manipulation queries when disable_query is enabled. * Cosmetic fixes * dropped_fields is handled by 'remove' * using array_key_exist instaed of isset() * structures of field add/remove/change in alterTable now match with MDB2_Schema * bug fixes 5507 * renamed MDB2_PORTABILITY_LOWERCASE to MDB2_PORTABILITY_FIX_CASE and use 'field_case' option to determine if to upper- or lowercase (CASE_LOWER/CASE_UPPER) * use getDBInstance() * query() -> queryCol() * native extends to MDB2_Module_Common * reverse now uses TOP instead of LIMIT * reverse fixed typos * reverse uses getDBInstance() * open todo items: - added missing createIndex() method Dependencies:
|
2005-06-08 alpha |