Remove Class::Data::Inheritable and use CAG 'inherited' style accessors
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / AccessorMapping.pm
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2014-07-24 Mike Francis Added support for handling Class::DBI::Column in CDBICompat
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2008-11-06 Michael G Schwern mk_group_accessor() is sometimes called internally...
2008-11-04 Michael G Schwern [rt.cpan.org 36863]
2008-11-04 Michael G Schwern Normalize indentation
2008-03-15 Michael G Schwern Simplify and speed up the accessor_name_for() code.
2008-03-14 Michael G Schwern Reorder the accessor_name_for() check to get the more...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
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
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-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
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...