Implemented "add_unique_constraints".
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSourceProxy.pm
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