converted tabs to spaces, removed trailing whitespace
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn.pm
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-05 Daniel Westermann... First pass at docs for InflateColumn
2005-11-27 Matt S Trout Fixed InflateColumn to call set_column during set_infla...
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-08-07 Matt S Trout Commented out _cond_value code in InflateColumn - curre...
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-08-02 Matt S Trout Column inflation tests now pass