This is a pretty big update for a .001 version bump.  It includes some
important bugs fixes, some handy new features, and there's a massive
performance improvement when using the Loader to create classes from
many tables at once.  I highly recommend upgrading.

A new version of Rose::DB (also with some bug fixes) is required.
Files sent to CPAN and SF.net.

http://sourceforge.net/project/showfiles.php?group_id=147570

Thanks to all that helped test this release and sent bug reports.
Full change lists are below.

-John

Rose::DB::Object:

0.751 (08.29.2006) - John Siracusa <[EMAIL PROTECTED]>

    * The Loader is now much, much faster when loading many tables.
    * Added a tables_are_singular() method to the default ConventionManager.
    * Improved detection of ambiguous columns in QueryBuilder.
    * Removed a potentially dubious optimization of the with_objects
      argument to the get_objects() and get_objects_count() methods.
    * Added support for auto-initialization in setup() calls.
    * Added prime_caches(), auto_prime_caches(), and prime_all_caches()
      Metadata methods to help increase shared memory when running under
      mod_perl and other similar environments.
    * The Loader's include_tables and exclude_tables attributes now accept
      references to arrays of table names as well as regular expressions.
    * The Loader's include_tables and exclude_tables attributes are now
      case-insensitive by default.
    * Fixed a bug that caused save() with sub-objects to fail in some cases.
      (Reported by Wiggins d'Anconia)
    * Added examples of the add_on_save relationship methods to the
      tutorial.

Rose::DB:

0.724 (08.29.2006) - John Siracusa <[EMAIL PROTECTED]>

    * Corrected the number of tests in oracle.t and subclass-oracle.t.
      (Reported by Michael Lackhoff)
    * Failure to load a driver class is now a fatal error.
    * Fixed parsing of empty string default values in Postgres.

-------------------------------------------------------------------------
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