add_relationship, relationship_info, relationships moved to ResultSource
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
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...