The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.320000

  • Handle the case where a FK is also a UK
    • Note: This currently only works for a single-column UK containing the FK where there is 1-and-only-1 inverse relationship from the parent Anything more complex may be undecidable in all cases.
  • Add method traversal for backreferences
  • strict_mode renamed to ignore_unknown_tables (defaults to false)
  • Add a allow_relationship_column_names option (defaults to false)
  • strict_mode is now a compilation of other options
    • ignore_unknown_tables = false
    • allow_relationship_column_names = false

Modules

The addition of simulating data to DBIx::Class

Provides

in lib/DBIx/Class/Sims/Runner.pm
in lib/DBIx/Class/Sims/Util.pm
in lib/DBIx/Class/Sims.pm