Improved join condition possiblities - arrayrefs of hashrefs now work for OR
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
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