Changes for version 0.02999_06 - 2006-05-18

  • 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

Changes for version 0.02999_05 - 2006-03-26

  • 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

Changes for version 0.02999_04 - 2006-03-17

  • 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

Changes for version 0.02999_03 - 2006-03-13

  • 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).

Changes for version 0.02999_02 - 2006-03-04

  • Merged in relevant changes from trunk since the split

Changes for version 0.02999_01 - 2006-02-28

  • 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()

Modules

Dynamic definition of a DBIx::Class::Schema
Base DBIx::Class::Schema::Loader Implementation.
DBIx::Class::Schema::Loader DBI Implementation.
DBIx::Class::Schema::Loader DB2 Implementation.
DBIx::Class::Schema::Loader Postgres Implementation.
DBIx::Class::Schema::Loader SQLite Implementation.
Loader subclass writing guide for DBI
DBIx::Schema::Class::Loader mysql Implementation.
Builds relationships for DBIx::Class::Schema::Loader