Renamed Table to ResultSource::Table, tweaked FAQ
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
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