Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Base.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Standardize indication of lack of join_free_condition...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-05-17 Peter Rabbitson Rollback some mistaken indirect-call-elisions from...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-08-12 Peter Rabbitson Remove no longer needed try{} block in related rel...
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-06-26 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-06-24 Peter Rabbitson Remove no longer needed try{} block in related rel...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-19 Peter Rabbitson Properly implement very sloppy and lazy hack from bad0b73b
2014-08-14 Stefan Hornburg... Fix "muse" typo in Relationship::Base's POD.
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Document and add example of foreign_related_object
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Move a CDBI escape to the CDBI class hierarchy
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-06-11 Karen Etheridge replace all remaining uses of self_rowobj with self_res...
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
2014-06-11 Peter Rabbitson First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-05-22 Peter Rabbitson Fix bogus reference to related class (introduced way...
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Augment 84d8c2ad so that the custom join specification...
2013-06-03 D. Ilmari Mannsåker Add header for custom coderef join conditions
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-17 Peter Rabbitson Stop needlesly invoking the $rs bool overload
2013-04-17 Peter Rabbitson Reorder prefetch logic for optimal execution (no functi...
2013-04-17 Peter Rabbitson Normalize varnames (zero functional changes)
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2012-12-14 Rafael Kitover Minor clarifications to POD
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'
next