» 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 |