Top Level :: Database

Package Information: DBA 0.9

Show All Changelogs
» Version » Information
1.1.1 2007-04-16     stable
1.1 2004-05-04     stable
1.0 2002-12-18     stable
1.0-rc1 2002-11-30     stable
0.9.5 2002-11-13     beta
0.9.4 2002-09-30     beta
0.9.3 2002-09-26     beta
0.9.2 2002-09-25     beta
0.9.1 2002-09-25     beta
0.9Download

Release date: 2002-09-25 02:46 UTC
Release state: beta

Changelog:

There is little new about DBA itself. However, this release does not include a
lot of the pieces that were included with the earlier developer releases, such
as the table manager and SQL parser. These have been split into separate
packages so that the core DBA class can go ahead with a stable release.

There are three changes to note:

* The 'simple' driver has been renamed to 'file'. This is a better description,
and shorter too.

* Support for opening a database persistently using the Builtin driver.
See the docs for open() on that driver. Persistence is not supported with the
'file' driver.

* Lastly, the installation directory structure is changed. Rather than
installing into a subdirectory of the DB packages (DB/DBA), DBA now installs
into the PEAR root directory into its own subdirectory (DBA.php, DBA).
Rather than use 'require "DB/DBA/DBA.php";' use 'require "DBA.php";'
Much simpler!

0.18 2002-09-08     devel
0.17 2002-07-17     devel
0.16 2002-07-15     beta
0.15 2002-07-08     beta