Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / LazyLoading.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2008-03-12 Michael G Schwern Fix lazy loading when the object has been deleted
2008-02-13 Michael G Schwern Fix create() in the same way as update() so it throws...
2008-02-13 Michael G Schwern Fix update() so it throws out inflated values, too
2008-02-13 Michael G Schwern Emulate that CDBI throws out all changed columns and...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2006-07-27 David Kamholz add result_class to ResultSourceProxy; move _ident_cond...
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-08 David Kamholz rename columns attr to cols
2006-01-21 Matt S Trout Nuked _select_columns, the last vestige of class-based...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-08-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Andy Grundman Removed apparently unnecessary finish statements
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
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 Added our own accessor system (ripped from C::A) and...