Add support for +select and +as attributes to ResultSet
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2006-05-23 Cory G Watson Add support for +select and +as attributes to ResultSet
2006-05-23 Matt S Trout Merge 'resultset-new-refactor' into 'DBIx-Class-current'
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Marc Mims Just the column name, please.
2006-05-23 Matt S Trout Sodding three-value for conditions
2006-05-22 Luke Saunders more torture test, cleaned up
2006-05-22 Luke Saunders join merging working properly. some torture tests
2006-05-18 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-17 Jess Robinson Documentation updates
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Luke Saunders proper deep merging on join attrs
2006-05-12 Matt S Trout performance fix for cascade_update
2006-05-11 Luke Saunders Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-11 Luke Saunders can now handle prefetch on resultset with join of same...
2006-05-10 Daniel Westermann... - Fix error message for bad find usage
2006-05-10 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-10 Daniel Westermann... Revert previous bugfix; will apply to trunk
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-09 Aran Deltac Fixes to _rs related docs.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-05-09 Aran Deltac Merge 'trunk' into 'DBIx-Class-current'
2006-05-09 Luke Saunders failing test case and more resultset refactorage
2006-05-08 Matt S Trout couple bugfixes
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'
next