Changes for version 0.06999_01 - 2006-05-28
- add automatic naming of unique constraints
- marked DB.pm as deprecated and noted it will be removed by 1.0
- add ResultSetColumn
- refactor ResultSet code to resolve attrs as late as poss
- merge prefetch attrs into join attrs
- add +select and +as attributes to ResultSet
- added AutoInflate::DateTime component
- refactor debugging to allow for profiling using Storage::Statistics
- removed Data::UUID from deps, made other optionals required
- modified SQLT parser to skip dupe table names
- added remove_column(s) to ResultSource/ResultSourceProxy
- added add_column alias to ResultSourceProxy
- added source_name to ResultSource
- load_classes now uses source_name and sets it if necessary
- add update_or_create_related to Relationship::Base
- add find_or_new to ResultSet/ResultSetProxy and find_or_new_related to Relationship::Base
- add accessors for unique constraint names and coulums to ResultSource/ResultSourceProxy
- rework ResultSet::find() to search unique constraints
- CDBICompat: modify retrieve to fix column casing when ColumnCase is loaded
- CDBICompat: override find_or_create to fix column casing when ColumnCase is loaded
Documentation
Index of the Manual
Developing DBIx::Class Components
Miscellaneous recipes
What documentation do we have?
Simple CD database example
Clarification of terms used.
Introduction to DBIx::Class
Got a problem? Shoot it.
Execute operations upon DBIx::Class objects.
Modules
Extensible and flexible object <-> relational mapper. UNAUTHORIZED
Lets you build groups of accessors UNAUTHORIZED
Class::DBI Compatibility layer. UNAUTHORIZED
Core set of DBIx::Class modules UNAUTHORIZED
Abstract object representing a query cursor on a resultset. UNAUTHORIZED
(DEPRECATED) classdata schema component UNAUTHORIZED
Automatically create objects from column data UNAUTHORIZED
Modify the position of objects in an ordered list. UNAUTHORIZED
Primary Key class UNAUTHORIZED
Automatic primary key class UNAUTHORIZED
(DEPRECATED) Automatic primary key class for DB2 UNAUTHORIZED
(DEPRECATED) Automatic primary key class for MSSQL UNAUTHORIZED
(DEPRECATED) Automatic primary key class for MySQL
(DEPRECATED) Automatic primary key class for Oracle UNAUTHORIZED
(DEPRECATED) Automatic primary key class for Pg
(DEPRECATED) Automatic primary key class for SQLite
Inter-table relationships UNAUTHORIZED
Inter-table relationships UNAUTHORIZED
Responsible for fetching and creating resultset. UNAUTHORIZED
helpful methods for messing with a single column of the resultset UNAUTHORIZED
helpful methods for managing resultset classes (EXPERIMENTAL) UNAUTHORIZED
Result source object UNAUTHORIZED
Table object UNAUTHORIZED
provides a classdata table object and method proxies UNAUTHORIZED
Basic row methods UNAUTHORIZED
composable schemas UNAUTHORIZED
hooks for Storable freeze/thaw UNAUTHORIZED
DBI storage handler UNAUTHORIZED
Object representing a query cursor on a resultset. UNAUTHORIZED
Automatic primary key class for DB2 UNAUTHORIZED
Automatic primary key class for MSSQL UNAUTHORIZED
Some databases can't handle count distincts with multiple cols. They should use base on this.
Base class for ODBC drivers UNAUTHORIZED
Support specific to DB2/400 over ODBC UNAUTHORIZED
Automatic primary key class for DB2/400 over ODBC
Automatic primary key class for Oracle UNAUTHORIZED
Automatic primary key class for PostgreSQL UNAUTHORIZED
Automatic primary key class for SQLite UNAUTHORIZED
Automatic primary key class for MySQL UNAUTHORIZED
SQL Statistics UNAUTHORIZED
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 UNAUTHORIZED
Validate all data before submitting to your database. UNAUTHORIZED
DBIx::Class file producer UNAUTHORIZED
Provides
in lib/DBIx/Class/Storage/DBI.pm
in lib/DBIx/Class/CDBICompat/ColumnGroups.pm
in lib/DBIx/Class/InflateColumn/DateTime.pm
UNAUTHORIZED
in lib/DBIx/Class/Relationship/BelongsTo.pm
UNAUTHORIZED
in lib/DBIx/Class/Storage.pm
UNAUTHORIZED
in lib/DBIx/Class/CDBICompat/ImaDBI.pm
UNAUTHORIZED