Top Level :: Database

Package Information: DBA 0.17

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.17Download

Release date: 2002-07-17 12:59 UTC
Release state: devel

Changelog:

This package status has moved from 'beta' to 'devel', where it
really should have been all along. Also, this is the first
release that is packaged correctly, so it should work with the
PEAR installer now.

* Fixed problem inserting into a newly created table in
DBA_Relational
* Added support for functions as default values in DBA_Table
(currently only time() works)
* Added a SQL parser/lexer. It currently understands 'create
table', 'insert into' and much that goes with them.
* Added two system fields on rows; _rowid and _timestamp
* Primary keys can consist of more than one field
* Changed DBA_Sql; it now holds functions for interacting with
a DBA database using SQL. See test_sql_dba.php for examples.
* General fixes/cleanups/messups

0.16 2002-07-15     beta
0.15 2002-07-08     beta