Top Level :: Database

Package Information: MDB2_Driver_ibase 0.2.1

Show All Changelogs
» Version » Information
1.5.0b1 2008-03-15     beta
1.5.0a2 2007-12-06     alpha
1.5.0a1 2007-10-28     alpha
1.4.1 2007-05-03     stable
1.4.0 2007-03-13     stable
1.3.0 2006-11-03     stable
1.2.1 2006-08-29     stable
1.2.0 2006-07-25     stable
1.1.0 2006-06-15     stable
1.0.2 2006-05-14     stable
1.0.1 2006-04-16     stable
1.0.0 2006-02-09     stable
0.2.2 2006-02-05     beta
0.2.1Download

Release date: 2006-01-14 13:23 UTC
Release state: beta

Changelog:

- removed unnecessary if statement in getTableFieldDefinition()
- no need to register a shutdown function since te ibase driver is php5 only
and therefore always uses the destructor
- fixed typo in _execute() that would lead to using the wrong types inside the result object
- use proper error code in alterTable()
- explicitly pass if the module is phptype specific in all loadModule calls (bug #6226)
- added error handling in prepare()
- fixed signature of quoteIdentifier() to make second param optional
- req #6464: add the extension only if neither '.gdb' nor '.fdb' is given in the
database name, for compatibility with PEAR::DB DNS (Mark Wiesemann)
- fixed bug #6465: possible mismatch in MDB2_Reverse_ibase due to parentheses
in the returned datatype (Mark Wiesemann)
- fixed bug #6468: possible NOTICE in Driver/Datatype/ibase.php (Mark Wiesemann)
- fixed bug #6475: listTableIndexes() should only list indices, not constraints,
and listTableConstraints() should return the user-defined names when available
- _fixIndexName() now just attempts to remove possible formatting
- renamed _isSequenceName() to _fixSequenceName()
- _fixSequenceName() now just attempts to remove possible formatting, and only
returns a boolean if no formatting was applied when the new "check" parameter is set to true

open todo items:
- handle autoincremement fields in alterTable()

Dependencies:
  • PHP Version: PHP 5.0.4 or newer
  • PEAR Package: PEAR Installer 1.0b1 or newer
  • PEAR Package: MDB2 2.0.0RC4 or newer
  • PHP Extension: interbase
0.2.0 2005-12-22     beta
0.1.2 2005-10-10     beta
0.1.1 2005-06-08     beta
0.1.0 2005-06-08     alpha