Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSourceProxy / Table.pm
2016-09-27 Peter Rabbitson Remove the only use of the CAG 'inherited_ro_instance...
2016-07-26 Peter Rabbitson Comprehensive diagnostic on incorrect ResultSource...
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-07-25 Peter Rabbitson Keep track of result source instance ancestry
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2009-08-06 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-07-17 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-06-30 Rafael Kitover forgot to use Scalar::Util ()
2009-06-28 Rafael Kitover >table(\"foo") now works
2009-06-28 Rafael Kitover revert
2009-06-28 Rafael Kitover >table(\"table")
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2008-11-17 Peter Rabbitson Silence cdbi tests like everything else
2007-09-14 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-09-04 Dagfinn Ilmari Man... Fix return value for DBIC::ResultSource::Table->table...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2006-12-27 Ash Berlin Removed CDBI subclassing bugs. constrain_columns to...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Justin Guenther changed Foo/Bar in docs to more meaningful names
2006-02-17 Jess Robinson Documentations!
2006-02-07 David Kamholz add component_class accessors and use them for *_class
2006-01-26 David Kamholz fix ResultSourceProxy::Table for inherited classes...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy