Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Accessor.pm
2016-09-30 Peter Rabbitson Retire the ASSERT_NO_INTERNAL_WANTARRAY macro
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
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-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
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
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-21 Peter Rabbitson Reformat add_relationship_accessor for future edit
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-04-26 Peter Rabbitson Do not invoke the pk accessor in filter deflate
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2010-02-21 Peter Rabbitson Bogus require
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-03-11 Peter Rabbitson Properly returb undef/null on single rewlationship...
2009-03-11 Peter Rabbitson Allow accessors type single to return defined but false...
2009-02-20 Matt S Trout revert previous revision
2009-02-12 Guillermo Roditi fixed bug for undef_on_null_fk edge case
2008-12-16 Guillermo Roditi somehow i messed up the merge. this fixes it
2008-12-16 Guillermo Roditi minor typo and style change
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-12-10 Guillermo Roditi fix for bug. all tests seem to pass, we still need...
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-02-05 Ash Berlin Backed out my r3073, and doc'd the fact that it takes...
2007-02-03 Ash Berlin Made ->update not change the hashref passed in (with...
2006-12-02 David Kamholz inline relationship and inflate code for new, update...
2006-10-21 Matt S Trout I hate you all.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
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-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...