Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-08 Matt S Trout couple bugfixes
2006-04-19 Matt S Trout fixup for search w/no args and cache
2006-04-19 Will Hawes remove icky ' = '
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-06 Nigel Metheringham Applied mst fixes for delete on resultsetin [839] to...
2006-04-05 Matt S Trout Rid of a wantarray
2006-04-01 Jess Robinson added "having"
2006-03-27 Matt S Trout Fix typo in from rs attr docs
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-26 David Kamholz various small doc fixes
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Aran Deltac Small doc typo fix in ResultSet.
2006-03-25 Matt S Trout Updated ResultSet docs
2006-03-24 Jess Robinson Docs!
2006-03-24 Justin Guenther cleaned up docs, added Arguments/Returns sections for...
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther fixed a stupid typo
2006-03-24 Justin Guenther code reformatting for readibility
2006-03-23 Will Hawes add basic cache tests/docs to trunk
2006-03-21 Matt S Trout Docs tweaks from bluefeet, correction to ResultSet...
2006-03-21 Justin Guenther changed Foo/Bar in docs to more meaningful names
2006-03-20 Daniel Westermann... Fix exception text for nonexistent key in ResultSet...
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 Matt S Trout Fix for delete on full-table resultsets
2006-03-18 Matt S Trout Fixup for count
2006-03-14 David Kamholz weaken result_source in all resultsets
2006-03-14 Matt S Trout Fixed hm prefetch
2006-03-08 David Kamholz assorted crunchy code cleanups to ResultSet.pm (you...
2006-03-08 David Kamholz fix a couple mistakes in last commit
2006-03-08 David Kamholz rename columns attr to cols
2006-03-08 Matt S Trout collapse has to be an attr too, bah
2006-03-08 David Kamholz add test for last fix
2006-03-08 David Kamholz fix to find() for new prefetch code
2006-03-08 Matt S Trout Nuked a couple of pointless warns and a Dumper load
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-08 Matt S Trout partially working has_many prefetch
2006-03-06 Matt S Trout Added result_class accessor to ResultSet
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-03-01 Matt S Trout half unpicked has_many prefetch mess
2006-03-01 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-02-26 Matt S Trout Fixup MANIFEST, rename 22cache -> 23cache, tweak to...
2006-02-24 Nigel Metheringham Minor documentation fix for find. Removed some EOL...
2006-02-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-23 David Kamholz attempt to fix weird overload '0+' bug, modify tests...
2006-02-22 Matt S Trout Working HAVING, DBD::SQLite returns duff data so tests...
2006-02-22 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-21 David Kamholz fix thinkos in ResultSet docs
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-18 Will Hawes maintain cache + reset cursor for search() without...
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-13 Marcus Ramberg another fix for group_by as scalar.
2006-02-13 Marcus Ramberg prepared for release.
2006-02-11 Matt S Trout Added ->single method to ResultSet
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
next