Changes for version 1.45 - 2006-09-26

  • Postgres fixes:
  • fix "$rec->Create();"
  • fix "$rec->Create( IntegerColumn => '' );"
  • fix "$rec->SetIntegerColumn( '' );"
  • add test
  • Cache changes
  • cleanup ::Record::Cachable
  • use cache in: $a->LoadByCols(...); $b->LoadById( $a->id );
  • add cache tests

Modules

Encapsulate SQL queries and rows in simple perl objects
Perl extension which is a generic DBI handle
An Informix specific Handle object
An ODBC specific Handle object
An oracle specific Handle object
A Postgres specific Handle object
A SQLite specific Handle object
a Sybase specific Handle object
A mysql specific Handle object
A mysql specific Handle object
Superclass for records loaded by SearchBuilder
Records with caching behavior
Generate table schemas from DBIx::SearchBuilder records
Deal with multiple SearchBuilder result sets as one
Ensure uniqueness of records in a collection

Provides

in ex/Example/Model/Address.pm
in ex/Example/Model/Employee.pm