<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.0.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/0.11.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/0.10.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_QueryTool/download/0.9.8/"/>
</rdf:Seq>
</items>

<title>Latest releases of db_querytool</title>
<description>The latest releases for the package db_querytool</description>
</channel>

<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.1.2/">
 <title>DB_QueryTool 1.1.2</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.1.2/</link>
 <content:encoded>* fixed bug #12353: identifier quoting with functions in _buildSelect()&lt;br /&gt;
* fixed bug in addWhereSearch() introduced in the latest release&lt;br /&gt;
* Coding Standards fixes
 </content:encoded>
 <dc:date>2008-01-12T08:12:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.1.1/">
 <title>DB_QueryTool 1.1.1</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.1.1/</link>
 <content:encoded>* fixed bug #10073: bug with empty() and 0 in _localeSafeImplode()&lt;br /&gt;
* fixed Coding Standards
 </content:encoded>
 <dc:date>2008-01-12T05:45:07-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.1.0/">
 <title>DB_QueryTool 1.1.0</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.1.0/</link>
 <content:encoded>backported most of the latest changes implemented in MDB_QueryTool:&lt;br /&gt;
* added getOne() method (request #7580)&lt;br /&gt;
* added support for NULL fields in remove() (request #8056)&lt;br /&gt;
* fixed bug #3842, using the addJoin/setJoin methods causes an &quot;invalid token&quot; error with ibase;&lt;br /&gt;
  the joined table columns aliases are now named in this format: &quot;t_tablename_fieldname&quot; instead of &quot;_tablename_fieldname&quot;.&lt;br /&gt;
  Only the ibase driver is affected by this change.&lt;br /&gt;
* custom implementation of implode() to circumvent locale handling of floats,&lt;br /&gt;
  which clashes with SQL standards&lt;br /&gt;
* added table and field name quoting (requests #4613, #5250, #7570, #9197)&lt;br /&gt;
* fixed bug #9734, an incorrect regexp adds extraneous table names to the fields,&lt;br /&gt;
  if the name of the field appears as a column name in the current table.&lt;br /&gt;
* phpdoc and CS fixes&lt;br /&gt;
* added new tests&lt;br /&gt;
* switched to package.xml v2&lt;br /&gt;
&lt;br /&gt;
NB: This will probably be the last release of DB_QueryTool, which is deprecated&lt;br /&gt;
in favour of MDB_QueryTool.
 </content:encoded>
 <dc:date>2007-01-27T14:22:59-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.0.3/">
 <title>DB_QueryTool 1.0.3</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.0.3/</link>
 <content:encoded>* fixed DB_QueryTool_Result_Object::fetchRow() when the return type is&lt;br /&gt;
  a scalar value instead of an array (bug #7532)
 </content:encoded>
 <dc:date>2006-05-01T11:49:39-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.0.2/">
 <title>DB_QueryTool 1.0.2</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.0.2/</link>
 <content:encoded>* changed license to BSD&lt;br /&gt;
* fixed bug with big integers being incorrectly trimmed
 </content:encoded>
 <dc:date>2006-01-26T14:13:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.0.1/">
 <title>DB_QueryTool 1.0.1</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.0.1/</link>
 <content:encoded>* fixed req #3842: added support for INNER JOINs&lt;br /&gt;
* fixed bug #3902, now non-integer primaryCol are supported&lt;br /&gt;
* fixed bug #4189: update() quoted the PK even if the &quot;raw&quot; option was set&lt;br /&gt;
* fixed pass-by-reference error with PHP 5.1 (thanks to Dmitry Shirokov)
 </content:encoded>
 <dc:date>2005-09-08T13:42:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/1.0.0/">
 <title>DB_QueryTool 1.0.0</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/1.0.0/</link>
 <content:encoded>* fixed bug #3290, getCount() method returns zero when using an offset&lt;br /&gt;
  (patch by kubo at isite dot co dot jp)&lt;br /&gt;
* strings lenghtier than the column max size are truncated&lt;br /&gt;
  to prevent db errors&lt;br /&gt;
* using setOrder() with setGroup()+setHaving() could cause a malformed query&lt;br /&gt;
* fully tested with MySQL, PostgreSQL and Firebird/Interbase&lt;br /&gt;
  (added a new testsuite using SimpleTest)
 </content:encoded>
 <dc:date>2005-03-03T11:04:37-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/0.11.1/">
 <title>DB_QueryTool 0.11.1</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/0.11.1/</link>
 <content:encoded>* allow multiple left|right join clauses.&lt;br /&gt;
  NB: getJoin($type) now returns&lt;br /&gt;
    array(&lt;br /&gt;
       $joinTable1 =&gt; $joinOnClause1,&lt;br /&gt;
       $joinTable2 =&gt; $joinOnClause2,&lt;br /&gt;
    )&lt;br /&gt;
* allow class usage without instanciating a db object&lt;br /&gt;
  (to use the class as a simple query builder)&lt;br /&gt;
* unset non-specific PEAR::DB options before calling connect()&lt;br /&gt;
  (bug #1614)&lt;br /&gt;
* allow reuse of existing connection (bug #2007),&lt;br /&gt;
  thanks to eln at gmx dot net
 </content:encoded>
 <dc:date>2004-10-18T11:14:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/0.10.1/">
 <title>DB_QueryTool 0.10.1</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/0.10.1/</link>
 <content:encoded>* on UPDATE, field names are no more prefixed by the table name&lt;br /&gt;
  (it didn't work with PostgreSQL)&lt;br /&gt;
* added an $options parameter to connect()&lt;br /&gt;
* fixed bug #284 (Log::factory() needs to return a reference)&lt;br /&gt;
* fixed bug #298 (reset() does not reset limit)&lt;br /&gt;
* fixed bug #322 (undefined var $autoConnect)&lt;br /&gt;
* changed useResult() method; now it accepts a $type parameter, use it to return&lt;br /&gt;
  'array' results or 'object' results (thanks to Roman Dostovalov).&lt;br /&gt;
  Please note that BC is maintained, useResult(true) will default to&lt;br /&gt;
  useResult('array'), and useResult(false) will default to useResult('none').&lt;br /&gt;
* fixed problems with useResult(true) and empty results&lt;br /&gt;
* when using useResult(true), if the user doesn't call getFirst() on the first&lt;br /&gt;
  iteration, the class does so automatically&lt;br /&gt;
* PHP 5 fixes&lt;br /&gt;
* fixes to the testsuite
 </content:encoded>
 <dc:date>2004-05-05T04:01:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_QueryTool/download/0.9.8/">
 <title>DB_QueryTool 0.9.8</title>
 <link>http://pear.php.net/package/DB_QueryTool/download/0.9.8/</link>
 <content:encoded>* added new method getQueryString() which returns the rendered query&lt;br /&gt;
* added setDbInstance() which lets you supply an existing DB-instance to work with&lt;br /&gt;
  using this you dont need to pass a DSN to the constructor!
 </content:encoded>
 <dc:date>2003-09-23T11:28:00-05:00</dc:date>
</item>

</rdf:RDF>