Changes for version 1.66

  • No changes since 1.65_02

Changes for version 1.65_02

  • Stop unilaterally disabling the "UTF8" flag before executing queries
  • Make ->Fields case-sensitive in the column names it returns, as well as in the table name it takes.

Changes for version 1.65_01

  • Make ->Fields only lookup information on the table requested, not all fields, for performance. It also is now case-sensitive in table name.
  • Omit calls to ->Fields entirely for PostgreSQL 9.1 and above

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
Utility and convenience functions for DBIx::SearchBuilder