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

Changes for version 2.018002 - 2013-07-30

  • ::Helper::ResultSet correctly uses all Helpers (reported by moltar) Note that some deprecated helpers were removed from ::ResultSet, so check your code to see if you use the as_virtual_view method. If you do, replace it with as_subselect_rs and you'll be fine.
  • Fix return precedence in test (Reini Urban)

Modules

(DEPRECATED) Get rid of search context issues
(DEPRECATED) Easily set up join tables with DBIx::Class
(DEPRECATED) Get random rows from a ResultSet
All the ResultSet Helpers in one place
Automatically remove columns from a ResultSet
Get rid of search context issues
Define predefined searches more nicely
Get random rows from a ResultSet
Remove columns from a ResultSet
result_class => '::HRI' == WIN
Combine ResultSet searches with OR's
Do set operations with DBIx::Class
Shortcuts to common searches (->order_by, etc)
(DEPRECATED) Get rid of search context issues
Clean up your SQL namespace (DEPRECATED)
Easily set up join tables with DBIx::Class
Force numeric "context" on numeric columns
Do things when the values of a column change
Efficiently reuse ResultSet methods from results with fallback
Efficiently reuse ResultSet updates from results
Type less for your relationships!
Easily use ResultSet methods for the current row
Keep track of stored vs in-memory row values
Convenient subclassing with DBIx::Class
Remove the boilerplate from your TO_JSON functions
Generate sources directly from your Schema
Check the data in your database match your constraints
(DEPRECATED) Convenient subclassing with DBIx::Class
(DEPRECATED) Clean up your SQL namespace
Simplify the common case stuff for DBIx::Class.
Helper utilities for DBIx::Class components