Top Level :: Database

Package Information: MDB2_Schema 0.1.0

Show All Changelogs
» Version » Information
0.8.2 2008-02-23     beta
0.8.1 2007-08-30     beta
0.8.0 2007-08-20     beta
0.7.2 2007-04-07     beta
0.7.1 2007-02-21     beta
0.7.0 2006-10-21     beta
0.6.0 2006-07-23     beta
0.5.0 2006-04-16     beta
0.4.3 2006-02-05     beta
0.4.2 2006-01-14     beta
0.4.1 2005-12-30     beta
0.4.0 2005-12-21     beta
0.3.0 2005-10-10     beta
0.2.0 2005-04-29     beta
0.1.0Download

Release date: 2005-04-07 08:41 UTC
Release state: beta

Changelog:

This is the first unbundled release of the old MDB2_Tools_Manager class that was
previously part of MDB2 until 2.0.0beta4. Due to the name change the package
does not collide with previous versions of MDB2.

Also the following changes were made in the process:
- fixed index alteration in the Manager (bug #3710)
- fixed bug in the Manager when upgrading a database that doesnt exist
- moved logic to compareDefinitions from the Manager into the Datatype module
- removed default_values property from the Manager
(the user will now need to set the proper defaults himself)
- do not require that not null fields have a default set in the Manager (bug #3997)
- use MDB2::raiseError() instead of MDB2_Driver_Common::raiseError()
- cleanedup connect() method to ensure that only MDB2 connections can be
assigned to the db property
- fixed bug in connect() method that prevented overwriting of options
- several cleanups and fixes to the example.php (used to be called
reverse_engineer_xml_schema.php)
- added apiVersion()
- use PEAR::raiseError()

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.0b1 or newer
  • PEAR Package: XML_Parser
  • PEAR Package: MDB2 2.0.0beta3 or newer