Top Level :: Database

Package Information: MDB_QueryTool 0.9.4-RC1

Show All Changelogs
» Version » Information
1.2.2 2008-01-12     stable
1.2.1 2008-01-12     stable
1.2.0 2007-01-27     stable
1.1.1 2006-05-01     stable
1.1.0 2006-04-08     stable
1.0.2 2006-01-26     stable
1.0.1 2005-09-08     stable
1.0.0 2005-03-03     stable
0.11.1 2004-10-18     stable
0.10.1 2004-05-05     stable
0.9.7 2004-03-19     stable
0.9.6 2003-09-23     stable
0.9.5-pl1 2003-06-17     stable
0.9.5 2003-06-17     stable
0.9.4 2003-06-10     stable
0.9.4-RC1Download

Release date: 2003-05-24 17:29 UTC
Release state: beta

Changelog:

- added UnitTest
- new method getCol() which lets you retrieve just one column
- getAll() takes an additional optional parameter, where you can define
the method that should be used for firing the query
- update() does also consider the value of setWhere() now when no primary column is given
added a _buildUpdateQuery() for that too
- bugfix in update, use fully qualified table name (Uwe Dörl)
- bugfix in _buildSelectQuery, enclose column names by ""
now Oracle should work and also reserved keywords can be used as column names (Uwe Dörl)
- added some log functionality
- added condition parameter to addWhereSearch
- db field names are trimmed (no leading/trailing spaces)
- Implemented datatype quoting: now it should autodetect the right MDB datatype before inserting the corresponding value in the db.
Note that this can't be 100% right everytime, since it's based on an autodetection, but it's definitely an improvement over the previous versions, where everything was treated as 'text'.

Dependencies:
  • PEAR Package: MDB
0.9.3 2003-02-21     beta
0.9.2 2003-02-10     beta
0.9 2003-01-28     beta