<?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>1.0.0RC1</v>
 <st>beta</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>2005-02-23 12:42:07</da>
 <n>* first 1.0.0 release candidate
* Fixed bug 3360 (add dependency on DB)
* Added request 3407 (add &quot;name&quot; for static QF elements)
* Added request 3018 (allow custom formats for date, time, 
  timestamp in QuickForms). WARNING:  The automatic casting
  of date/time values may not work when specifying custom
  formats for QF elements. The user who changes these
  format values has to manually modify the string returned
  from a QF form to a format acceptable by DB_Table (i.e.,
  &quot;yyyy-mm-dd&quot; or &quot;hh:ii:ss&quot;) before attempting to insert or
  update; otherwise, data-level validation will fail.</n>
 <f>27786</f>
 <g>http://pear.php.net/get/DB_Table-1.0.0RC1</g>
 <x xlink:href="package.1.0.0RC1.xml"/>
</r>