<?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.9</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>2009-03-12 05:57:43</da>
 <n>Annual Release - Minor Bugfixs / Extra Features
 
	#15066 - limited support for POINT (at least generator creates something)
	#14976 - add option generator_omit_database_var to prevent creation of
		  $database lines (Troy Anderson)
	#13995 - incorrect test in sequence key for postgres
	#14252 - doc comments on delete() corrected to say return value is no. of 
		 rows affected on success

	###### - ensure that tableinfo uses quote_identifiers_tableinfo
	###### - add sqlite support to Cast blobs
	###### - old skipEmpty check broke formating on setFrom
	###### - remove previous checks on database dsn lookup - move it to factory. 
	###### - Fix count check for no keys. - By Jeffrey  Pfau
	###### - Add multidatabase factory() support - eg.
		  DB_DataObject::factory(&quot;mydatabase.mytable&quot;);  
	###### - Added checks to ensure that database names match requested ones.
	#13773 - delete(true) honours join conditions
	#13788 - test for error before re-writing definition table for MDB2 in Generator
 	#13789 - honour user specified MDB2 options in Generator
	#13790 - support CLOB oracle
	#12993 - add new option generator_secondary_key_match - set to false, to
		  disable key matching for secondary key types</n>
 <f>65480</f>
 <g>http://pear.php.net/get/DB_DataObject-1.8.9</g>
 <x xlink:href="package.1.8.9.xml"/>
</r>