Top Level :: Database

Package Information: DB_DataObject 1.5

Show All Changelogs
» Version » Information
1.8.8 2008-01-30     stable
1.8.7 2007-07-12     stable
1.8.6 2007-07-10     stable
1.8.5 2006-12-15     stable
1.8.4 2006-03-06     stable
1.8.3 2006-03-03     stable
1.8.2 2006-01-21     stable
1.8.1 2006-01-20     stable
1.8.0 2005-12-28     stable
1.7.15 2005-07-07     stable
1.7.14 2005-06-25     stable
1.7.13 2005-03-24     stable
1.7.12 2005-03-23     stable
1.7.11 2005-03-22     stable
1.7.10 2005-03-16     stable
1.7.9 2005-03-12     stable
1.7.8 2005-03-12     stable
1.7.7 2005-03-07     stable
1.7.6 2005-03-05     stable
1.7.5 2005-03-02     stable
1.7.2 2004-08-28     stable
1.7.1 2004-08-09     stable
1.7.0 2004-08-07     stable
1.6.1 2004-06-03     stable
1.6.0 2004-06-02     stable
1.5.3 2004-01-29     stable
1.5.2 2004-01-24     stable
1.5.1 2004-01-22     stable
1.5Download

Release date: 2004-01-20 08:12 UTC
Release state: stable

Changelog:

New Features / Fixes
* proxy and auto schema building
- you can use dataobjects wihout running create tables.
- schema is created on the fly if no schema file exists
- using config option proxy=full, a class is generated on the fly to
represent the tables.
* toValue and fromValue added as getter and setter providers
- they include date formating tools - eg.
$do->getBirthDay('%d/%m/%Y') will work with overload and PEAR::Date
to provide formated dates. (works with date/time and datetime)
- set*() will also call strtotime and PEAR::Date to try and read dates.\
setFrom will relay into fromValue() - hence auto fixing date entries
* make native key recognision a little better - changes ini file
format (key=N|K) - native or key. - BC protected... - ignores it
when it finds a number.. (Fixes bug #532)
* allow multiple updates on the same object - without adding lots
of id=.... on the end..
* transactions support works transparently by sending
$do->query('BEGIN'), $do->query('COMMIT'),$do->query('ROLLBACK')
will automatically relay into the DB methods.
* re-add support for sequence_{tablename} - prefered method is still
overriding sequenceKey, and returning correct values.

Bug Fixes
* fix bug #595 - replace non letters in class names with underscore..
* fix bug #532 - better recoginsion of sequence keys
* fix bug #528/#476 - typo fix (E_NOTICE error on $valu)
* fix bug #473 - query can return a DB_Error
* fix bug #501 - autoload/factory now uses full path (not require path)
* fix bug #507 - sequences broken

Dependencies:
  • PHP Version: PHP 4.1 or newer
  • PEAR Package: DB 1.3 or newer
  • PEAR Package: Validate 0.1.1 or newer (optional)
1.4 2003-12-20     stable
1.3 2003-11-15     stable
1.2 2003-08-25     stable
1.1 2003-08-09     stable
1.0.2 2003-07-31     stable
1.0.1 2003-07-18     stable
1.0 2003-07-16     stable
0.19 2003-05-22     stable
0.18 2003-04-17     stable
0.17 2003-03-12     stable
0.16 2003-03-11     stable
0.15 2003-02-25     stable
0.14 2003-02-06     stable
0.13 2003-01-23     stable
0.12 2003-01-22     stable
0.11 2003-01-21     stable
0.10 2002-12-09     stable
0.9 2002-12-06     stable
0.8 2002-12-05     stable
0.6 2002-09-10     beta
0.5 2002-09-07     beta
0.4 2002-08-21     beta
0.3 2002-08-16     beta
0.2 2002-07-12     beta