Remove stray $DB::single
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / HasA.pm
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-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-09-23 Matt S Trout More fixes to HasA/BelongsTo courtesy of abraxxa
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Refactored HasA to use InflateColumn
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-23 Matt S Trout Now passing four more tests, has_a and has_many complia...
2005-07-23 Matt S Trout Extra files for relationships, has_many support