PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_Query2XML » Bug #8861

Support for AdoDB

Details

Request #8861Support for AdoDB
Submitted2006-10-05 12:03 UTC
Fromthkoch at ruhrgebietswiki dot de
Assignedlukasfeiler
StatusClosed
PackageXML_Query2XML
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-10-05 12:03 UTC] thkoch at ruhrgebietswiki dot de

Description:
------------
Would you consider to support also AdoDB? I don't really know the differences between AdoDB and MDB and why there's AdoDB since there's already MDB, but eGroupware and many other projects uses AdoDB.
I disabled the probing for the type of the library in the class-constructor and Query2XML simply worked with AdoDB. So I think, it would be quite easy to add oficial support for AdoDB.

Thanks a lot for the work,
Thomas Koch

[2006-10-05 15:41 UTC] lukasfeiler at php dot net

Thanks for your input Thomas! I'll have this done by the end of the weekend.

[2006-10-14 20:07 UTC] lukasfeiler at php dot net

Thank you for your feature request! Support for ADOdb is implemented in the latest released version of the package, which you can download at http://pear.php.net/get/XML_Query2XML.

The implementation of this feature request took a little longer than expected because ADOdb implements various ways of error handling.

Note: this release also contains unit tests for ADOdb.