add $source->resultset_attributes, include_columns rs attr
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-26 Matt S Trout Added copying of refs durings ResultSource->new
2006-01-26 Will Hawes more informative error in related_source when relations...
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2006-01-16 Matt S Trout Made columns ordered by default
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-14 Matt S Trout Broke out resolve_condition in ResultSource
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-13 Matt S Trout Re-arranged the add_columns code to be a bit clearer
2006-01-13 Matt S Trout ordered_columns patch from Will Hawes
2006-01-11 Matt S Trout Separated common ResultSource stuff out of Table