Fixed InflateColumn to call set_column during set_inflated_column
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn.pm
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