<?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_table">DB_Table</p>
 <c>pear.php.net</c>
 <v>0.21.1</v>
 <st>alpha</st>
 <l>LGPL</l>
 <m>pmjones</m>
 <s>Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR HTML_QuickForm to automatically generate input forms that match the table column definitions.</s>
 <d>Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR HTML_QuickForm to automatically generate input forms that match the table column definitions.
</d>
 <da>2004-07-11 15:16:47</da>
 <n>* Removed &quot;CVS&quot; file from package.xml (stupid oversight from a copy-and-paste)
* Skipped 0.19 and 0.20 version numbers, internal releases only
* Fixed bug 1671 (missing dependency): package.xml now includes deps on Date and HTML_QuickForm (thanks, ja at morrdusk dot net)
* Fixed bug 1794 (checkbox creation): now sets element name properly (thanks, wiesemann at php dot net, erojoker [AT] nexgo [DOT] de, and alex [AT] hoebart [DOT] info)
* Fixed bug 1797 (missing QF rules): now supports rules for uploadedfile, maxfilesize, mimetype, and filename (thanks, wiesemann at php dot net)
* buildSQL() method no longer adds the key to JOIN snippets (thanks Mark Wiesemann)
* added autoRecast() method to turn on/off automatic recasting of data at insert() and update() time (suggested by Mark Wiesemann)
* Manager.php create() method checks for indexes on CLOB columns, which are disallowed
* can now specify additional QuickForm client-side rule validation, on a per-column basis, with the column 'qf_client' element
* getForm() and addRules() method have additional $clientValidate parameter to add or remove client-side rule validation on all elements regardless of column definition (suggested by Mark Wiesemann)
* QuickForm 'checkbox' elements now always map to 'advcheckbox' elements
* boolean columns now default to 'checkbox' with values of 0 and 1 (vice 'select')
* added bogus test script and reserved-word documents
* recast() now properly formats timestamp strings (thanks Mark Wiesemann)</n>
 <f>25720</f>
 <g>http://pear.php.net/get/DB_Table-0.21.1</g>
 <x xlink:href="package.0.21.1.xml"/>
</r>