I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship /
2006-10-21 Matt S Trout I hate you all.
2006-08-25 Matt S Trout fixes to many-many
2006-08-24 Justin Guenther fixed set_$rel (from many_to_many) to accept a listref
2006-08-14 Ash Berlin Changed the docs for relationship attributes, and added...
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-07-13 Ash Berlin POD change so it makes more sens when looking at with...
2006-06-22 Justin Guenther changed relationship helpers to only call ensure_class_...
2006-06-21 Matt S Trout fix Componentised, Relationship::Base
2006-06-21 Justin Guenther Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Aran Deltac Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-19 Justin Guenther docs clarification for set_$rel
2006-06-19 Jess Robinson Update docs for new m2m accessors
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-06 Aran Deltac Slight wording change to new_related() POD.
2006-06-05 Justin Guenther Added preliminary tests for new helpers
2006-06-01 Robert Sedlacek Test if value is blessed before ->isa
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-12 Aran Deltac Initial work on helper methods for many_to_many relatio...
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-05-12 Matt S Trout performance fix for cascade_update
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-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-01 Daniel Westermann... Add missing comma in example ;)
2006-05-01 Daniel Westermann... Add example of multi-column foreign keys
2006-04-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-21 Luke Saunders removed duff ResultSourceProxy links
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Daniel Westermann... Minor POD update: Remove quotes for consistency
2006-04-18 Daniel Westermann... Add find_or_new and find_or_new_related
2006-04-18 Daniel Westermann... Add update_or_create_related
2006-04-08 Matt S Trout fix to update with undefined relations
2006-04-04 Simon Elliott Fix to cascade_delete courtesy mst.
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-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
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 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-22 Matt S Trout Nuked ancient and unused classdata entry
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Jess Robinson documenting!
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-09 David Kamholz more assorted kleenoops
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-03-01 David Kamholz cleanup related_resultset in Relationship::Base
2006-02-24 Nigel Metheringham Reverted previous unitentional change to Accessor.pm
2006-02-24 Nigel Metheringham Minor documentation fix for find. Removed some EOL...
2006-02-19 Matt S Trout PK::Auto tweak
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 added cascade_copy relationship attribute
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
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-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Matt S Trout Re-fixed HasOne (how tf did we lose that ...)
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Brandon L. Black merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L. Black use filter accessor on single-column explicit join...
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-14 Matt S Trout resolve_join moved to ResultSource
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 DB.pm now keeps a Schema Instance
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-02 Matt S Trout And the extra main classes
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-11 David Kamholz rewrite belongs_to again, so $cond is foreign key in...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz fixed up relationship docs
2005-12-10 David Kamholz item => head2 in docs
2005-12-10 David Kamholz - updated manifest and manifest.skip
2005-12-10 Jess Robinson Check for primary key existance
2005-12-09 Matt S Trout Merged patched from andyg to throw useful errors during...
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-07 Paul Makepeace Remove the dubious primary keys check. Not clear it...
next