Top Level :: Database

Package Information: MDB2_Driver_mssql 0.1.2

Show All Changelogs
» Version » Information
1.3.0b1 2008-03-15     beta
1.3.0a2 2007-12-06     alpha
1.3.0a1 2007-10-28     alpha
1.2.1 2007-05-03     stable
1.2.0 2007-03-14     stable
1.1.2 2007-01-10     stable
1.1.1 2007-01-09     stable
1.1.0 2006-06-15     stable
1.0.0 2006-02-09     stable
0.1.2Download

Release date: 2005-10-11 13:49 UTC
Release state: alpha

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:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.0b1 or newer
  • PEAR Package: MDB2 2.0.0beta6 or newer
  • PHP Extension: mssql
0.1.0 2005-06-08     alpha