Revision history for Perl extension DBIx::Class::Schema::Loader

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

0.02999_04 Fri Mar 17 03:55:09 UTC 2006
        - Fixed case-sensitivity issues for table/col names
        - Punt columns_info_for to ->storage
        - Large loading speedup (get rid of redundant C3 reinits)
        - Removed TEST_POD checks
        - Removed unneccesary storage->disconnect

0.02999_03 Mon Mar 13 15:01:11 UTC 2006
        - Added EXAMPLE section to pod [Kieren Diment]
        - Invasive heavy changes to the DBI- and vendor-specific code
          (expect some breakage in some cases until this settles down)
        - Support for loading UNIQUE constraints
        - Tests cleaned up a bit
        - Relationship building seperated out into it's own file for
          the changes that are coming, but still does basically what
          it did before (this work is the next step).

0.02999_02 Sat Mar  4 16:53:21 UTC 2006
        - Merged in relevant changes from trunk since the split

0.02999_01 Sun Feb 28 00:24:00 UTC 2006
        - Shuffle the modules around
        - Make ourselves theoretically storage_type-agnostic
        - Remove the _db_classes stuff, bump PK::Auto to Base
        - Change default inflections to Lingua::EN::Inflect::Number::to_PL()

0.02003 Sun Feb 19 20:42:01 UTC 2006
        - Deprecated arguments: dsn, user, password, options
        - New argument: connect_info

0.02002 Sat Feb 18 19:53:12 UTC 2006
        - Added moniker_map and inflect_map

0.02001 Fri Feb 17 20:25:40 UTC 2006
        - tests fixed up a bit
        - auto-loading of on-disk class definitions layered on top
          of the generated definitions (create Foo::Schema::Bar, then
          also try to ->require it if it exists on disk).
        - new parameters components and resultset_components, which do
          the obvious for the generated table classes.
        - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
          is virtually gauranteed to cause subtle mod_perl problems
          without those fixes.

0.02000 Sun Feb 12 22:43:47 UTC 2006
        - Just docs/version update, 0.01004 code released as 0.02000

0.01004 Tue Feb  7 03:58:01 UTC 2006
        - No longer tries to parse out the table name from the dsn for mysql,
          was unneccesary vestigial code from previous method.

0.01003 Mon Feb  6 14:57:56 UTC 2006
        - Fixed the has_many side of _make_cond_rel

0.01002 Fri Feb  3 23:14:38 UTC 2006
        - Email address typo :(

0.01001 Fri Feb  3 05:15:41 UTC 2006
        - Fixed up some documentation issues
        - Load C3 at the right time

0.01  Fri Feb  3 01:53:46 UTC 2006
        - original release
        - created from DBIx::Class::Loader 0.14