create now on resultset as well
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Base.pm
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
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
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-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-03 Matt S Trout POD fixes
2005-11-02 Matt S Trout Changed use to require in Relationship/Base to avoid...
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package