<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/db_querytool">DB_QueryTool</p>
 <c>pear.php.net</c>
 <v>0.10.1</v>
 <st>stable</st>
 <l>PHP</l>
 <m>quipo</m>
 <s>An OO-interface for easily retreiving and modifying data in a DB.</s>
 <d>This package is an OO-abstraction to the SQL-Query language, it provides methods such
as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML-forms using
arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build
SQL-Statements and execute them.
</d>
 <da>2004-05-05 04:01:25</da>
 <n>* on UPDATE, field names are no more prefixed by the table name
  (it didn't work with PostgreSQL)
* added an $options parameter to connect()
* fixed bug #284 (Log::factory() needs to return a reference)
* fixed bug #298 (reset() does not reset limit)
* fixed bug #322 (undefined var $autoConnect)
* changed useResult() method; now it accepts a $type parameter, use it to return
  'array' results or 'object' results (thanks to Roman Dostovalov).
  Please note that BC is maintained, useResult(true) will default to
  useResult('array'), and useResult(false) will default to useResult('none').
* fixed problems with useResult(true) and empty results
* when using useResult(true), if the user doesn't call getFirst() on the first
  iteration, the class does so automatically
* PHP 5 fixes
* fixes to the testsuite</n>
 <f>31614</f>
 <g>http://pear.php.net/get/DB_QueryTool-0.10.1</g>
 <x xlink:href="package.0.10.1.xml"/>
</r>