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

Changes for version 1.03 - 2004-03-24

  • Fixes rt.cpan.org tickets: #5752 - error message changed #5767 - result set can now be empty/undef (ooups) #5768 - added 'noprepare' and 'noquote' options to method declaration.
  • Added t/Pg.t with postgresql (specific) tests. Added t/pod.t with POD tests. Added t/pod-coverage.t with POD::Coverage tests.
  • Added 'WANT_AUTO_INCREMENT' support for postgresql DBD.

Modules

Simple 'database query-to-accessor method' wrappers. Quick and dirty OO interface to your data.
DBIx::LazyMethod inheritance example