More documentation improvements in the spirit of fb13a49f
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Base.pm
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Brendan Byrd Relationship::Base documentation fixes in the spirit...
2012-12-10 Brendan Byrd Various method POD changes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-05-08 Gerda Shank update proxy/cascade_update doc in Relationship::Base
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-04-22 Peter Rabbitson Fix custom-relationships on resultsources with multilev...
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2011-01-20 Peter Rabbitson Rewrite the check for nontrivial joinfree conditions...
2011-01-20 Peter Rabbitson Fix $object->search_related aliasing, change semantics...
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Peter Rabbitson Sanity check args passed to a coderef conditionmaker
2011-01-20 Daniel Ruoso do not use "me" on the related_resultset pessimization
2011-01-20 Daniel Ruoso refuse to invoke create_related as class method
2011-01-20 Daniel Ruoso fix the alias in the identity column
2011-01-20 Daniel Ruoso eager check if the create_related is at all possible
2011-01-20 Daniel Ruoso When getting a related_resultset in a row with custom...
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Jess Robinson Relationship documentation on extended (custom) relatio...
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2010-10-04 wreis Extend proxy rel attr
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-07 Nigel Metheringham Clarification cascade_* attribute defaults documentation
2010-05-07 Nigel Metheringham Clarification to cascade_update attribute documentation
2010-05-07 Nigel Metheringham Added reference to cascade_* in relationship attributes
2010-03-01 Peter Rabbitson Fix incorrect placement of condition resolution failure...
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-19 Peter Rabbitson trap unresolvable conditions due to incomplete relation...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2010-02-05 Gerda Shank add doc on 'where' attribute
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-06-24 Peter Rabbitson Properly name the relinfo variable
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-02-25 Eden Cardim fixed alias prepending for OR'ed join conditions in...
2009-02-20 Jason M. Mills Modfied isa() check in set_from_related() to use class...
2008-11-22 Jess Robinson Crazy ass multi create fixes..
2008-11-02 Peter Rabbitson Better linking in Relatiomship POD
2008-09-30 Matt S Trout fix new_related on uninserted objects to handle has_man...
2008-09-28 Matt S Trout new_related works again
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-05-09 Brian Cassidy pod fix (RT #32988)
2008-03-27 Wallace Reis fixed typos
2008-03-07 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-05-03 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-03-18 Ash Berlin sqlt parser now respected a relationship attribute...
2007-02-06 Jess Robinson Add PK::Auto to Row/insert for now, could be prettier
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-07-13 Ash Berlin POD change so it makes more sens when looking at with...
2006-06-21 Matt S Trout fix Componentised, Relationship::Base
2006-06-19 Justin Guenther docs clarification for set_$rel
2006-06-19 Jess Robinson Update docs for new m2m accessors
2006-06-06 Aran Deltac Slight wording change to new_related() POD.
2006-06-01 Robert Sedlacek Test if value is blessed before ->isa
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-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-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-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-01 David Kamholz cleanup related_resultset in Relationship::Base
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 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-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
next