Fix obscure failure of CDBICompat accessor install on 5.8
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ColumnGroups.pm
2016-04-20 Peter Rabbitson Fix obscure failure of CDBICompat accessor install...
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2010-08-31 Peter Rabbitson Make CDBICompat keep a stable oder of columns in each...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-04-22 Peter Rabbitson RT45195 various indexer fixes
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
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...
2008-03-13 Michael G Schwern Make Class::DBI::Plugin::DeepAbstractSearch work.
2008-03-11 Michael G Schwern Fixed a heisenbug where looking at a column group would...
2008-03-11 Michael G Schwern No reason to store an empty hash ref for each column
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
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-16 Matt S Trout Changed result_source to result_source_instance in...
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-12-01 Matt S Trout Patch from abraxxa to make set_primary_key barf if...
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-15 Matt S Trout Added has_column and column_info methods
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 Most of the first third of 02-Film now works :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...