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

Changes for version 0.60 - 2010-01-04

  • Features:
    • Allow passing of extra parameters to canonicalizers
    • Add an attribute which controls placeholder use for load_by_cols
  • Fixes:
    • Don't add LOWER() on <= or >= operators, only = and !=
    • Better case sensitivity tests
    • Expose quote_value() on Jifty::DBI::Handle
    • When generating COUT, don't add a DISTINCT unless needed
    • Fix t/12prefetch.t's assumptions on row ordering

Modules

An object-relational persistence framework
Encapsulate SQL queries and rows in simple perl objects
Deal with multiple Jifty::DBI::Collection result sets as one
Ensure uniqueness of records in a collection
Encapsulate's a single column in a Jifty::DBI::Record table
base class for Jifty::DBI filters
Encodes booleans
DateTime object wrapper around date columns
DateTime object wrapper around date columns
Encodes time durations
salts and hashes a value before storing it
Encodes arbitrary data using Storable
DateTime object wrapper around date columns
Filter used to enforce max_length column trait
Encodes uniform resource identifiers
This filter stores arbitrary Perl via YAML
Encodes data as base64
Jifty::DBI UTF-8 data filter
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
abstract class for objects that has filters
Superclass for records loaded by Jifty::DBI::Collection
records with caching behavior
records with caching behavior
Record model mixins for Jifty::DBI
Use a simple syntax to describe a Jifty table.
Generate table schemas from Jifty::DBI records