Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / HasOne.pm
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-07-29 Peter Rabbitson The extra reltype flag is breaking some suites - make...
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-20 Daniel Ruoso cascades default to 0 when using extended rels
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-03-06 Wallace Reis improvements for HasOne relationship validationn
2010-01-31 Peter Rabbitson Stupid errors
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-12 Alexander Hartmaier fixed a typo in Changes
2009-12-16 Curtis "Ovid" Poe Have has_one/might_have warn if set on nullable columns.
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-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout Re-fixed HasOne (how tf did we lose that ...)
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-10-16 David Kamholz add eval "require $f_class" to HasOne.pm -- otherwise...
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
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...