Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSourceProxy.pm
2016-09-27 Peter Rabbitson Remove the only use of the CAG 'inherited_ro_instance...
2016-08-01 Peter Rabbitson Some (very minor) fixups of emit_dups calls in e570488a
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
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
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-11-10 Peter Rabbitson Cleanup ::ResultSourceProxy, use a proxy-method generator
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-03-01 Peter Rabbitson Add has_relationship proxy to row
2010-01-31 Peter Rabbitson Stupid errors
2010-01-17 Peter Rabbitson No method aliasing in OO code, *ever*
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin s/indices/indexes/ to keep Jess happy.
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2006-11-26 Ash Berlin Made source_name read-only on source instances, r/w...
2006-09-12 Brandon L. Black Backported column_info_from_storage accessor from ...
2006-09-12 Brandon L. Black column_info_from_storage(1) is cleaner anyways
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-07-31 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-27 David Kamholz small cleanup to ResultSourceProxy
2006-07-27 David Kamholz add result_class to ResultSourceProxy; move _ident_cond...
2006-07-27 Brandon L. Black proxy result_class, and fix load_namespace to use it...
2006-06-29 Brandon L. Black turn off automatic columns_info_for by default. Can...
2006-04-18 Daniel Westermann... Add proxy methods and fill out Changes
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-04-01 Christopher H. Laco Added remove_column(s) from ResultSource/ResultSourceProxy
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy