Prevent invisible skipping of ResultSource proxy overrides
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ColumnCase.pm
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2010-04-28 Peter Rabbitson Fix failing test and some warnings
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2008-10-24 Michael G Schwern Using DBIx::Class as a parent causes Class::Accessor...
2008-03-14 Michael G Schwern Move has_a() code out of ColumnCase. That should be...
2008-03-14 Michael G Schwern Move code having to do with adding columns out of Colum...
2008-03-14 Michael G Schwern Move the code to create accessors out of ColumnCase...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-01-20 Matt S Trout Added register_column API
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-13 Matt S Trout Chucked out some unrequired column case stuff in CDBICompat
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
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-08-02 Matt S Trout Refactored HasA to use InflateColumn
2005-07-29 Marcus Ramberg fix lc in columngrouper.
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-23 Matt S Trout Extra files for relationships, has_many support
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...