Changes for version 0.03999_01 - 2007-04-14
- Added *experimental* Oracle support from work done by Tsunoda Kazuya some months ago. Not well tested.
- Added "rescan" schema (and loader) method, which picks up newly created tables at runtime
- Made dump_to_dir / dump_overwrite much more intelligent (they now preserve customizations by default)
- Added support for DBI's new standard "statistics_info" method to gather unique key info (only supported by DBD::Pg trunk afaik)
- columns_info_for imported from DBIx::Class
- relationships are now on by default, use skip_relationships to disable them
- Removed previously deprecated methods/options
- Added $VERSION to all packages in this dist
Modules
Dynamic definition of a DBIx::Class::Schema
Base DBIx::Class::Schema::Loader Implementation.
DBIx::Class::Schema::Loader DBI Implementation.
DBIx::Class::Schema::Loader::DBI DB2 Implementation.
DBIx::Class::Schema::Loader::DBI Oracle Implementation.
DBIx::Class::Schema::Loader::DBI PostgreSQL Implementation.
DBIx::Class::Schema::Loader::DBI SQLite Implementation.
Loader subclass writing guide for DBI
DBIx::Class::Schema::Loader::DBI mysql Implementation.
Builds relationships for DBIx::Class::Schema::Loader