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

Changes for version 0.05999_04 - 2006-03-18

  • Fix for delete on full-table resultsets
  • Removed caching on count() and added _count for pager()
  • ->connection does nothing if ->storage defined and no args (and hence ->connect acts like ->clone under the same conditions)
  • Storage::DBI throws better exception if no connect info
  • columns_info_for made more robust / informative
  • ithreads compat added, fork compat improved
  • weaken result_source in all resultsets
  • Make pg seq extractor less sensitive.

Changes for version 0.05999_03 - 2006-03-14

  • has_many prefetch fixes
  • deploy now adds drop statements before creates
  • deploy outputs debugging statements if DBIX_CLASS_STORAGE_DBI_DEBUG is set

Changes for version 0.05999_02 - 2006-03-10

  • remove test dep on YAML
  • additional speed tweaks for C3
  • allow scalarefs passed to order_by to go straight through to SQL
  • renamed insert_or_update to update_or_insert (with compat alias)
  • hidden lots of packages from the PAUSE Indexer

Changes for version 0.05999_01 - 2006-03-09

  • renamed cols attribute to columns (cols still supported)
  • added has_column_loaded to Row
  • Storage::DBI connect_info supports coderef returning dbh as 1st arg
  • load_components() doesn't prepend base when comp. prefixed with +
  • $schema->deploy
  • HAVING support
  • prefetch for has_many
  • PK::Auto::* no longer required since Storage::DBI::* handle auto-inc
  • minor tweak to tests for join edge case
  • added cascade_copy relationship attribute (sponsored by Airspace Software, http://www.airspace.co.uk/)
  • clean up set_from_related
  • made copy() automatically null out auto-inc columns
  • added txn_do() method to Schema, which allows a coderef to be executed atomically

Documentation

Index of the Manual
Miscellaneous recipes
Simple CD database example
Frequently asked questions
Deconfusion of terms used
Introduction to DBIx::Class
Introduction to DBIx::Class::Schema
Got a problem? Shoot it.

Modules

Extensible and flexible object <-> relational mapper.
Lets you build groups of accessors
Class::DBI Compatability layer.
Core set of DBIx::Class modules
Non-recommended classdata schema component
Automatically create objects from column data
Primary Key class
Automatic primary key class
(DEPRECATED) Automatic primary key class for DB2
(DEPRECATED) Automatic primary key class for MSSQL
(DEPRECATED) Automatic primary key class for MySQL
(DEPRECATED) Automatic primary key class for Oracle
(DEPRECATED) Automatic primary key class for Pg
(DEPRECATED) Automatic primary key class for SQLite
Inter-table relationships
Inter-table relationships
Responsible for fetching and creating resultset.
helpful methods for managing resultset classes (EXPERIMENTAL)
Result source object
provides a classdata table object and method proxies
Basic row methods
composable schemas
hooks for Storable freeze/thaw (EXPERIMENTAL)
DBI storage handler
Automatic primary key class for DB2
Automatic primary key class for MSSQL
Automatic primary key class for Oracle
Automatic primary key class for PostgreSQL
Automatic primary key class for SQLite
Automatic primary key class for MySQL
Base class for running Class::DBI tests against DBIx::Class compat layer, shamelessly ripped from Class::DBI::Test::SQLite
Force UTF8 (Unicode) flag on columns
Implicit uuid columns
UUID wrapper module
Create uuids using APR::UUID
Create uuids using Data::UUID
Create uuids using Data::Uniqid
Create uuids using UUID
Create uuids using Win32::Guidgen
Create uuids using Win32API::GUID
Validate all data before submitting to your database.

Provides

in lib/DBIx/Class/Storage/DBI.pm
in lib/DBIx/Class/CDBICompat/ColumnGroups.pm
in lib/DBIx/Class/Relationship/BelongsTo.pm
in lib/DBIx/Class/Storage/DBI.pm
in lib/DBIx/Class/CDBICompat/ImaDBI.pm