More internals cleanup, separated out ResultSourceInstance from TableInstance
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / TableInstance.pm
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-08 Matt S Trout Moved insert/update/delete to use ->result_source
2006-01-08 Matt S Trout moved find_or_create onto ResultSet
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-26 Matt S Trout Moved resultset_instance into DB.pm
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken