<?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/Structures_DataGrid_DataSource_DBQuery/download/0.1.11/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.10/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.9/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.7/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.2/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package structures_datagrid_datasource_dbquery</description>
</channel>

<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.11/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.11</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.11/</link>
 <content:encoded>- internal changes related to internal changes in Structures_DataGrid 0.9.0
 </content:encoded>
 <dc:date>2007-12-18T11:26:32-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.10/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.10</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.10/</link>
 <content:encoded>- Security fix: users could manipulate the generated sorting queries&lt;br /&gt;
  (thanks to Sascha Grossenbacher)
 </content:encoded>
 <dc:date>2007-06-01T12:09:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.9/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.9</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.9/</link>
 <content:encoded>- Bug #10789: fixed regular expressions for row counting queries&lt;br /&gt;
  (thanks to Ben Baumer)
 </content:encoded>
 <dc:date>2007-04-21T09:39:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.8/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.8</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.8/</link>
 <content:encoded>- The solution for bug #9913 in release 0.1.7 introduced problems with the row&lt;br /&gt;
  count when some kinds of subqueries were used.&lt;br /&gt;
  The new solution for the bug is: If the driver detects a subquery (indicated&lt;br /&gt;
  by two occurences of &quot;SELECT&quot; in the query), it will not modify the query,&lt;br /&gt;
  but will run the query and determine the number of rows then. It is&lt;br /&gt;
  recommended to specify a special row count query for complex&lt;br /&gt;
  queries via the 'count_query' option.&lt;br /&gt;
  (thanks to Tom Atkinson and Harry School)
 </content:encoded>
 <dc:date>2007-03-11T09:34:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.7/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.7</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.7/</link>
 <content:encoded>- Fixed the incomplete fix for bug #9913 (row count was calculated wrongly for&lt;br /&gt;
  subqueries).&lt;br /&gt;
  (thanks to Harry School, HarrySchool at netscape dot net)
 </content:encoded>
 <dc:date>2007-02-01T06:47:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.6/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.6</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.6/</link>
 <content:encoded>- Bug #9913: the row count was calculated wrongly for subqueries&lt;br /&gt;
  (thanks to Harry School, HarrySchool at netscape dot net)
 </content:encoded>
 <dc:date>2007-01-24T14:52:11-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.5/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.5</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.5/</link>
 <content:encoded>- Bug #9871: regex fix for correctly removing the LIMIT statement &lt;br /&gt;
  (thanks Michael Mauch, michael dot mauch at gmx dot de)
 </content:encoded>
 <dc:date>2007-01-23T10:22:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.4/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.4</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.4/</link>
 <content:encoded>- Bug #9342: fix records count for UNION queries&lt;br /&gt;
  (thanks to HarrySchool, HarrySchool at netscape dot net)&lt;br /&gt;
- small optimizations for streaming support&lt;br /&gt;
- this package is now licensed under the New BSD license
 </content:encoded>
 <dc:date>2006-12-16T11:10:14-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.3/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.3</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.3/</link>
 <content:encoded>- multiple record count queries are now avoided by using caching of the number&lt;br /&gt;
  of records
 </content:encoded>
 <dc:date>2006-08-23T10:06:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.2/">
 <title>Structures_DataGrid_DataSource_DBQuery 0.1.2</title>
 <link>http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/download/0.1.2/</link>
 <content:encoded>- added multiple fields sorting support (multiSort)&lt;br /&gt;
- Bug #7870: this driver now takes an existing ORDER BY statement in the query&lt;br /&gt;
  into account&lt;br /&gt;
- in addition to 'GROUP BY', also 'DISTINCT' in queries needs special handling&lt;br /&gt;
  for determing the number of rows
 </content:encoded>
 <dc:date>2006-08-05T05:06:55-05:00</dc:date>
</item>

</rdf:RDF>