[Catalyst] DBIx::Class::Schema::Loader 0.02999_08 is out

Brandon Black blblack at gmail.com
Sun May 21 00:47:23 CEST 2006


... And could use some testing.  After a little more time cleaning up
documentation and wrangling any bugs that make themselves evident,
this will become the new stable release in the near future.  Please
test this (if you are able) for correct backwards compatibility with
your existing codebase that uses Schema::Loader, and try out the
new-style syntax and features as well.

With the large number of drastic changes that have occured during this
development cycle, some as-yet-unfound bugs are virtually gauranteed,
and need to get sorted out as much as possible before this goes
"stable".

Until it hits the CPAN mirrors, you can fetch it manually at:

http://www.dtmf.com/DBIx-Class-Schema-Loader-0.02999_08.tar.gz

Recent changes in the dev branch:

0.02999_08 Sat May 20 22:36:45 UTC 2006
        - support for dumping to a directory for
          conversion to manual DBIx::Class::Schema
        - improved debugging output
        - more documentation updates
        - more backwards compatibility fixes
        - runtime connection definitions (and cloning) work fine now.
        - A couple of bugfixes related to db vendor "schemas", including
          a fix for http://rt.cpan.org/Public/Bug/Display.html?id=19164

0.02999_06 Thu May 18 16:32:41 UTC 2006
        - backwards compat with all earlier versions
        - no longer requires schema class to have a connection
        - correctly determine source class names in the rel code generator
        - fixed mysql testing w/o InnoDB
        - Writing guide updated
        - docs updated
        - various trivial updates / fixes

0.02999_05 Sun Mar 26 06:46:09 UTC 2006
        - bugfixes to constraint/exclude code
        - friendly warnings if we don't find any tables
        - inflect_map becomes inflect_plural and inflect_singular
        - Singularize relationship names where appropriate
        - Test updates
        - Supports multiple rels between the same pair of tables

-- 
-- Brandon



More information about the Catalyst mailing list