[ANNOUNCEMENT] DB_DataObject-1.11.4 (stable) Released.

[email protected] ("PEAR Announce") Wed, 8 Apr 2015 10:54:59 +0100 (BST)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package DB_DataObject-1.11.4 (stable) has been released at http://pear.php.net/.

Release notes
-------------
Minor  feature and fix release. (Basically a yearly release now..)

  #20291	Ignored in update $dao->field = 0 (fix bad check for null)
  #20149  - correct free for linked objects / more detailed error reporting on update error
  #19962 - Cannot insert or update when part of a reference in multi-key case is NULL by vtamma
  #19973 - accept START TRANSACTION as an alias for BEGIN
      -  suuport for useindex (mysql only) and
  #19922 - pear error not being set in static property.
      - fix static infront of depricated staticget() method and fix call to PEAR:: static calls.
      - Fix some static errors that are now fatal unfortunatly...
      - fix building of autojoin when using distinct columns

Package Info
------------
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.

Related Links
-------------
Package home: http://pear.php.net/package/DB_DataObject
   Changelog: http://pear.php.net/package/DB_DataObject/download/1.11.4
    Download: http://download.pear.php.net/package/DB_DataObject-1.11.4.tgz

Authors
-------
Alan Knowles <[email protected]> (lead)