Top Level :: Database

Package Information: DBA 0.16

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.9 2002-09-25     beta
0.18 2002-09-08     devel
0.17 2002-07-17     devel
0.16Download

Release date: 2002-07-15 08:51 UTC
Release state: beta

Changelog:

More API changes to come, but so far, they're minimal. I'm getting
things cleaned up so that the upcoming SQL frontend will fit nicely.

* Schema format has changed; use DBA_* constants rather than
strings to organize meta data. See example schemas.
* Dropped support for autodecrement; initialize autoincrement by
supplying a default value rather than using the keyword 'init'
* Fixed-length char type support added, varchar preallocates
space in DBA driver if size is supplied
* Fixed some problems with inserting on tables when no primary
key was specified
* Added DBA_Toolbox.php to hold utility functions that are
not necessary for working with DBA, just useful.

0.15 2002-07-08     beta