better comments. resolution not done every time.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2006-05-08 Luke Saunders better comments. resolution not done every time.
2006-05-08 Luke Saunders first version of refactored resultset
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout fixup for search w/no args and cache
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
2006-04-19 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Will Hawes remove icky ' = '
2006-04-18 Daniel Westermann... Rename
2006-04-18 Daniel Westermann... Typo
2006-04-18 Daniel Westermann... Minor cleanup
2006-04-18 Daniel Westermann... Simplify arguments
2006-04-18 Daniel Westermann... No need to loop again
2006-04-18 Daniel Westermann... Return the hash, not a ref
2006-04-18 Daniel Westermann... Separate the input parsing from the unique hash building
2006-04-18 Daniel Westermann... Refactor unique constraint access to ResultSource
2006-04-18 Daniel Westermann... First pass at a cleaner implementation - only search...
2006-04-18 Daniel Westermann... Documentation cleanup
2006-04-18 Daniel Westermann... Add find_or_new and find_or_new_related
2006-04-18 Daniel Westermann... Update find docs re: key attribute
2006-04-18 Daniel Westermann... Nasty hack for CDBI lowercasing all columns. Ideallly...
2006-04-18 Daniel Westermann... Cleanup
2006-04-18 Daniel Westermann... Refactor update_or_create
2006-04-18 Daniel Westermann... First pass at reimplementation
2006-04-12 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-07 Luke Saunders new class ResultSetColumn and tests
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 Merge 'trunk' into 'DBIx-Class-current'
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-23 Will Hawes remove cache tests/docs incorrectly committed to branch
2006-03-23 Will Hawes add basic cache tests/documentation
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'
next