Top Level :: XML

Package Information: XML_Query2XML 0.7.0

Show All Changelogs
» Version » Information
1.7.0 2008-05-02     stable
1.7.0RC1 2008-04-21     beta
1.6.0 2008-01-06     stable
1.6.0RC1 2008-01-02     beta
1.5.0 2007-10-07     stable
1.5.0RC1 2007-09-30     beta
1.4.0 2007-09-03     stable
1.3.0 2007-08-26     stable
1.2.1 2007-05-26     stable
1.2.0 2007-04-15     stable
1.1.0 2007-02-03     stable
1.0.0 2006-12-04     stable
0.8.0 2006-11-04     beta
0.7.0Download

Release date: 2006-10-14 19:46 UTC
Release state: beta

Changelog:

This release adds support for ADOdb (adodb.sf.net).
ADOdb can be used with different error handling mechanisms:
- default: methods return false on failure; these errors
will be caught by XML_Query2XML and an XML_Query2XML_DBException
will be thrown
- PEAR_Error: methods return PEAR_Error on failure (or false
and require ADODB_Pear_Error() to be called);
XML_Query2XML will catch these errors and throw an
XML_Query2XML_DBException that contains the information provided
by the PEAR_Error instance.
- exceptions: if an ADODB_Exception is thrown by ADOdb
XML_Query2XML will catch it and throw an XML_Query2XML_DBException

This means that no matter which error handling mechanism is used within
ADOdb, XML_Query2XML will behave the same. It will throw an
XML_Query2XML_DBException in case of a database error.

Dependencies:
0.6.1 2006-09-28     beta
0.6.0 2006-04-23     beta