Changes for version 2.036000 - 2020-03-28

  • fix remove_columns shortcut to add the 'remove_columns' attribute in case it is missing (Karen Etheridge, #101)
  • Add support for query condition to results_exist() and results_exist_as_query() in Helper::ResultSet::Shortcut::ResultsExist (Daniel Böhmer, GH#102)

Documentation

Original Announcement of DBIx::Class::Helper::ResultSet::DateMethods1

Modules

(DEPRECATED) Get rid of search context issues
(DEPRECATED) Easily set up join tables with DBIx::Class
(DEPRECATED) Get random rows from a ResultSet
Inflate to multiple result classes at the same time
All the ResultSet Helpers in one place
Automatically remove columns from a ResultSet
Get an unsearched ResultSet
Work with dates in your RDBMS nicely
add exceptions to help when calling Result methods on an ResultSets
Get query plan for a ResultSet
Get rid of search context issues
Define predefined searches more nicely
The first you always wanted
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
Helper utilities for DBIx::Class ResultSets
Clean up your SQL namespace (DEPRECATED)
Get an unfiltered ResultSet from the row
Easily set up join tables with DBIx::Class
Force numeric "context" on numeric columns
Do things when the values of a column change
Configurably handle access of missing columns
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
Nice error messages when you misspell the name of a ResultSet
Generate sources directly from your Schema
suite of methods to find violated "constraints"
Verify the Results and ResultSets of your Schemata
Verify that the Results and ResultSets of your Schemata use c3
Verify that Results only use approved column_info keys
Verify that the Results and ResultSets have the correct base class
Verify that relationships and column names are distinct
(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