create now on resultset as well
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz more dob updates
2005-12-10 David Kamholz item => head2 in docs
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-10-15 David Kamholz fix stupid error in set_columns pod
2005-10-15 David Kamholz add get_columns and set_columns methods to Row.pm
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-23 Matt S Trout Tweaks to $obj->update and relationship helpers
2005-09-09 Matt S Trout More refactoring, prefetch
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL