revert previous revision
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Accessor.pm
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...