release 0.08123
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / BelongsTo.pm
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
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-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-04-22 Peter Rabbitson Another indexer trick
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2007-11-06 Matt S Trout make belongs_to accept an [] join cond
2006-06-22 Justin Guenther changed relationship helpers to only call ensure_class_...
2006-05-31 Nigel Metheringham POD::Coverage additions
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 David Kamholz more assorted kleenoops
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-24 Brandon L. Black merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L. Black use filter accessor on single-column explicit join...
2005-12-11 David Kamholz rewrite belongs_to again, so $cond is foreign key in...
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz - updated manifest and manifest.skip
2005-12-10 Jess Robinson Check for primary key existance
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-07 Paul Makepeace Remove the dubious primary keys check. Not clear it...
2005-11-01 David Kamholz pass through $attrs to add_relationship when $cond...
2005-09-23 Matt S Trout More fixes to HasA/BelongsTo courtesy of abraxxa
2005-09-23 Matt S Trout Tweaks to $obj->update and relationship helpers
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods