The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.08002 - 2010-09-22

  • Incompatible Change: removed all previously deprecated methods.
  • Fix: Was trying to pass undef to NOT NULL columns - changed check from ( $is_nullable || ... ) to ( $is_nullable && ... ) appears to have been unintentionally changed in svn r93 when the code was a part of DBIx::Class::HTML::FormFu.
  • many-to-many handling with restricting condition tests and code to prevent deleting outside of restriction in update code.
  • New 'others' option for Constraint::DBIC::Unique.
  • Constraint::DBIC::Unique tests added.

Modules

Integrate HTML::FormFu with DBIx::Class