Changes for version 0.52
- Add support for default_resultset_attributes schema setting
Modules
- Test::DBIx::Class - Easier test cases for your DBIx::Class applications
- Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
- Test::DBIx::Class::Example::Schema::DefaultRS - The default ResultSet
- Test::DBIx::Class::Example::Schema::Result - The base result class
- Test::DBIx::Class::Example::Schema::Result::CD - A cd
- Test::DBIx::Class::Example::Schema::Result::CD::Artist - Artist Role
- Test::DBIx::Class::Example::Schema::Result::CD::Track - Tracks on a CD
- Test::DBIx::Class::Example::Schema::Result::Company - A company
- Test::DBIx::Class::Example::Schema::Result::Company::Employee - Company To Employee M2M
- Test::DBIx::Class::Example::Schema::Result::GermanPhone - Example of virtual view
- Test::DBIx::Class::Example::Schema::Result::Job - A Job
- Test::DBIx::Class::Example::Schema::Result::Person - The base result class
- Test::DBIx::Class::Example::Schema::Result::Person::Artist - Artist Role
- Test::DBIx::Class::Example::Schema::Result::Person::Employee - Employee Role
- Test::DBIx::Class::Example::Schema::Result::Phone - The base result class
- Test::DBIx::Class::Example::Schema::Result::RussianPhone - Example of non-virtual view
- Test::DBIx::Class::Example::Schema::ResultSet - A base ResultSet Class
- Test::DBIx::Class::FixtureCommand::Populate - Install fixtures using Populate
- Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore
- Test::DBIx::Class::Role::FixtureCommand - Role that a FixtureCommand must consume
- Test::DBIx::Class::SchemaManager - Manages a DBIx::Class::SchemaManager for Testing
- Test::DBIx::Class::SchemaManager::Trait::SQLite - The Default Role
- Test::DBIx::Class::SchemaManager::Trait::Testmysqld - deploy to a test mysql instance
- Test::DBIx::Class::SchemaManager::Trait::Testpostgresql - deploy to a test Postgresql instance
- Test::DBIx::Class::Types - Type Constraint Library