Merged patched from andyg to throw useful errors during relationship loading
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / BelongsTo.pm
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