<?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_dataobject">DB_DataObject</p>
 <c>pear.php.net</c>
 <v>1.8.6</v>
 <st>stable</st>
 <l>PHP License</l>
 <m>alan_k</m>
 <s>An SQL Builder, Object Interface to Database Tables</s>
 <d>DataObject performs 2 tasks:
  1. Builds SQL statements based on the objects vars and the builder methods.
  2. acts as a datastore for a table row.
  The core class is designed to be extended for each of your tables so that you put the
  data logic inside the data classes.
  included is a Generator to make your configuration files and your base classes.</d>
 <da>2007-07-10 00:46:54</da>
 <n>Minor Bugfix and Minor Feature addition release
 
Bug Fixes:
    #11483 - show an error if pcre limits are not correctly set and generator tries to generate empty files
    #11528 - sending like queries to escape does not escape % and _ - added additional parameter to
            escape : [bool $likeEscape] is optional and can be used to force escaping of these characters
    #10573 - fix permissions on generated files
    #10573 - write Generated files to temp directory, then rename into place. - fixing locking issues
    #10531 - correct fix for bug #9628 (support MDB2 for defaults())
    #10454 - mssql uses wrong variable name for options.
    #10175 - MDB2 does not return length value 
    #9573 - enable disable_null_strings to turn of &quot;null&quot;-&gt; NULL replacements
    #9625 - MDB2 support for MSSQL sequencies
    #9644 - incorrect constant in foriegn key generation.
    #9628 - support MDB2 for defaults()
    #9839 - Invalid column names can not be supported, so warning is generated
    #9834 - SQL2003 standards on Joins - adds brackets around ON()
    #4266 - minor fix to appendJoin code
    #9755 - generator showed php error if connection failed
    #9730 - quote identifiers on composite joins

* feature request 
    #4266 - joins with multiple keys
    #2216 - JOIN ON conversion of Where condition into ON arguments - patch by David Sanders
    #----   add in docbook hooks to generator - as requested/coded by Vyacheslav Iutin</n>
 <f>63116</f>
 <g>http://pear.php.net/get/DB_DataObject-1.8.6</g>
 <x xlink:href="package.1.8.6.xml"/>
</r>