Changes for version 1.033 - 2012-03-08

  • This release fixes a long-standing bug in Class::DBI::Lite::Pager->nagivations which caused it to sometimes return '0' as the "start" position. eg: my ($start, $stop) = $pager->navigations() If you then did: for my $page_number ($start..$stop) { # Make a hyperlink to $page_number } Your first $page_number would sometimes be '0'
  • Ray Baksh++ for submitting the patch at a ridiculous wee hour in the morning. (Much appreciated!)

Documentation

How To Use Class::DBI::Lite

Modules

Lightweight ORM for Perl
Base class for NoSQL cache managers.
Extended meta-information about database table fields.
Test fixtures for easy testing.
Simple iterator for Class::DBI::Lite
Page through your records, easily.
Utility class for database table meta-information.

Provides

in lib/Class/DBI/Lite/SQLite.pm
in lib/Class/DBI/Lite/mysql.pm