release 0.08123
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / HasMany.pm
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
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...
2006-12-06 Ash Berlin More descriptive error messages courtesy of Marc Espie
2006-06-22 Justin Guenther changed relationship helpers to only call ensure_class_...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
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-03-09 David Kamholz more assorted kleenoops
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-09 Matt S Trout Merged patched from andyg to throw useful errors during...
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-03 Paul Makepeace * made HasOne::has_one and HasMany::has_many look more...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods