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

Changes for version 0.963

  • x add support for qualified classes on a single table (i.e. get_object("person",...) may return an App::RepositoryObject::Man or an App::RepositoryObject::Woman depending on the value in the "gender" field) x add not_in, not_contains, and not_matches operators x add better implied operations to value-side of params (=, !, !=, >, >=, <=, ~, =~) x _shutdown_unshareable_resources() x substitute() on joincriteria x added automatic timings on all debug_sql x added explain_sql x added support for dbsocket option in App::Repository::MySQL

Modules

Logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc.
a repository which relies on a DBI interface to a relational database (no caching)
a repository which stores its data in flat files
a MySQL database, accessed through the Repository interface
Interface for data persistence
A domain of repository object sets bounded by a set of query parameters
A set of repository objects described by a set of query parameters
a set of values and their labels