I was going to wait until the tutorial is finished and release this as 0.80,
but I've fixed too many bugs to hold it back any longer.  I've also added
nearly all the major features I have planned.  Version 0.080 will have the
tutorial and maybe a handful of additional features, but for now, upgrading
to 0.076 is highly recommended.

Rose::DB 0.03 has also been released, and RDBO 0.076 depends on it.
Rose::DB *does* have a completed tutorial now, so take a look.

0.076 (10.05.2005) - John Siracusa <[EMAIL PROTECTED]>

    * Fixed a bug that caused incorrect counts in get_objects_count()
      when using the require_object parameter with "... to many"
      relationships.
    * Added bulk update and delete methods to Manager.
    * Added cascaded delete, plus a plea in the documentation for users
      to do this in the database instead.
    * Added "many to one" relationship and made it the new default
      relationship type for foreign keys.
    * Added *_now and *_on_save method types for foreign keys and
      "... to one" relationships.
    * Made get_set_on_save and delete_on_save the default auto method
      types for foreign keys and "... to one" relationships.
    * load() now returns the object itself on success, which allows
      for the convenient $obj = MyObject->new(id => 123)->load;
    * save() now returns the object itself on success, which allows
      for the convenient $obj = MyObject->new(id => 123)->save;

-John




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to