Lots of bug fixes and a few significant new features in this release.
There's also a new Rose::DB version that now requires the
SQL::ReservedWords module, but it's not a prerequisite for the new
RDBO.

Files sent to CPAN and SF.net.  Changes below.  Enjoy...

-John

Rose::DB::Object:

0.75 (08.10.2006) - John Siracusa <[EMAIL PROTECTED]>

    * Added a cascade option to save().
    * Added auto-detection of one-to-one relationships to the Loader.
    * The object_class parameter to Manager methods now defaults to the
      return value of the object_class() class method.
    * The soft() and referential_integrity() methods of the ManyToOne and
      OneToOne relationship classes have been renamed to optional() and
      required(), respectively.  The old method names still work, but may
      be removed at some later date.  Also, the default values are now
      determined by a new set of rules, rather than a constant.
    * Passing invalid query parameters to Manager methods will now
      cause a fatal error.
    * Scalar references now work correctly when used in IN(...) queries
      built by QueryBuilder.  (Patch by Perrin Harkins)
    * Fixed a bug that caused get_set_on_save methods to fail for certain
      kinds of ...-to-one relationships.
    * Ignore empty "and" and "or" query parameters in QueryBuilder.
      (Suggested by Jonathan Vanasco)
    * Fixed a bug that caused update() to fail for tables where all columns
      are part of the primary key.  (Reported by Danial Pearce)
    * Minor tweaks to the subselect-based limit/offset code.

Rose::DB:

0.723 (08.10.2006) - John Siracusa <[EMAIL PROTECTED]>

    * Delegate to SQL::ReservedWords to determine which words are reserved.
    * Correctly indicate that Oracle supports schemas.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to