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

Changes for version 0.89

  • allow has_many to not have a relationship (Thanks to Brian Parker)
  • renamed (undocumented) min() and max() to minimum_value_of() and maximum_value_of()
  • croak() and carp() deprecated in favour of _croak() and _carp()
  • primary() and essential() deprecated in favour of _primary() and _essential()
  • normalize_one() deprecated in favour of _normalize_one
  • If a 'might-have' link points to nothing, don't give a 'Can't call method' error
  • better reporting on errors from create etc.
  • better reporting when you incorrectly set through hasa()
  • handle primary/foreign key value of zero better (reported by Jim O'Brien)
  • added (undocumented) 'column_type' based on ideas from Matthew Simon Cavalletto and Tatsuhiko Miyagawa.
  • brought delete triggers in line with documentation (reported by Barry Hoggard, fixed by Tatsuhiko Miyagawa)

Modules

Simple Database Abstraction

Provides

in lib/Class/DBI/Iterator.pm