prepared for release.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2006-02-13 Marcus Ramberg prepared for release.
2006-02-06 Matt S Trout Fix up delete code after previous commit
2006-02-06 Matt S Trout Fixes to deep search and search_related
2006-02-06 Matt S Trout Improved docs for join and prefetch
2006-02-06 Matt S Trout multi-join to same rel works now
2006-02-06 David Kamholz fix attrs on find
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-05 Matt S Trout Fix to find for complex resultsets
2006-01-28 Will Hawes update docs for count() with GROUP BY
2006-01-28 Will Hawes allow count() with GROUP BY
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Will Hawes update docs for prefetch
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-24 David Kamholz fix select attr docs
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-23 Will Hawes flesh out doc for 'from', 'select', 'as' and 'group_by'
2006-01-23 Daniel Westermann... Minor doc cleanup and more examples
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-21 Matt S Trout Nuked _select_columns, the last vestige of class-based...
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout Added boolify to prevent if ($rs) blowing up on group_b...
2006-01-20 Will Hawes removed erroneous commit for ResultSet
2006-01-20 Will Hawes note that group_by takes listref rather than list ...
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-19 Matt S Trout Added 'self' method to ResultSet
2006-01-16 Matt S Trout result_source is now AN ACCESSOR. w00000
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-16 Matt S Trout Changed inflate_result API to include ResultSource...
2006-01-14 Matt S Trout Fixed odd ->search bug caused by S::A brain damage
2006-01-14 Matt S Trout More test hackage, some cleanup in ResultSet
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-09 Matt S Trout More refactoring, added ->source and ->resultset to...
2006-01-08 Matt S Trout moved find_or_create onto ResultSet
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout find_related now does search_related->find
2006-01-07 Daniel Westermann... - Clean up indentation in Manual
2005-12-30 Matt S Trout Probably avoids some potential page/search bugs
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-27 Matt S Trout Changes updated. 0.04999_01 away
2005-12-27 Matt S Trout Added select and as attrs to resultset
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz update cookbook and resultset docs
2005-12-10 David Kamholz docs updates to Relationship and ResultSet
2005-12-09 Brian Cassidy minor pod fixes
2005-12-09 Matt S Trout Moved search_like to resultset
2005-12-01 Matt S Trout Moved search_literal, count, count_literal onto resultset
2005-12-01 Matt S Trout Moved search to resultset, created ResultSetInstance
2005-11-28 Matt S Trout Cleanup in resultset, made storage prepare_cached for...
2005-11-10 Paul Makepeace Change /record ?set/ to resultset incl. ResultSet in...
2005-11-02 David Kamholz add (very ugly) hack to _construct_object to support...
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-24 Matt S Trout Tweak to ResultSet to fix prefetch for nonexistant...
2005-10-14 Marcus Ramberg merged in hartmeier quickstart
2005-10-14 Marcus Ramberg More docs.
2005-10-14 Marcus Ramberg improved docs.
2005-09-23 Matt S Trout Fixed prefetch bug and added a test for it (spotted...
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
2005-09-20 Matt S Trout Final commit for 0.03
2005-09-10 Matt S Trout Fixes to CDBICompat::HasMany mapping method support...
2005-09-09 Matt S Trout More refactoring, prefetch
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-30 Andy Grundman Added tests for software-based limiting/paging, and...
2005-08-29 Andy Grundman Made pager a method on ResultSet, added rs->page(num...
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-27 Matt S Trout Lazy cursor instantiation for resultsets
2005-08-26 Andy Grundman Added pager support, same syntax as Sweet. Also fixed...
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-06 Matt S Trout mst once again forgets to 'svk add', as spotted by...