I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn.pm
2006-10-21 Matt S Trout I hate you all.
2006-06-20 Brandon L. Black add some pod coverage
2006-06-18 Matt S Trout store deflated value when handed to store_deflated_column
2006-06-18 David Kamholz fix the fix of the fix of the fix
2006-06-18 David Kamholz hopefully actually fix inflate this time
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-06-18 David Kamholz fix stupid bug
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-17 David Kamholz update to InflateColumn (docs and trivial patch)
2006-06-17 David Kamholz inflate refactor
2006-05-31 Nigel Metheringham Initial work on getting POD coverage testing working
2006-05-18 Jess Robinson Add pod for params of inflate/deflate coderefs
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