Remove anonymous blesses to avoid major speed hit on Fedora Core 5, or 'the anti...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-17 David Kamholz inflate refactor
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout nuked last remaining each uses. just because.
2006-04-19 Matt S Trout Fix to copy
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-27 Aran Deltac New is_column_changed method in DBIC::Row.
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-13 Marcus Ramberg fix for hm prefetch and test.
2006-03-09 David Kamholz more small cleanup, rename insert_or_update to update_o...
2006-03-09 David Kamholz more assorted kleenoops
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-08 Marcus Ramberg added has_column_loaded
2006-03-08 Matt S Trout partially working has_many prefetch
2006-03-07 Marcus Ramberg more error messages.
2006-03-01 Matt S Trout half unpicked has_many prefetch mess
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-19 Jess Robinson Explicit return added
2006-02-19 David Kamholz minor optimization to Row.pm
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-15 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-15 Matt S Trout made update(\%hash) work on row as well as rs
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
2006-02-12 David Kamholz put last change in trunk
2006-02-12 David Kamholz - allow specification of related columns via cols attr...
2006-02-07 David Kamholz doc fixes
2006-02-07 Brandon L. Black prevent accidental table-wide update/delete on row...
2006-01-31 Brandon L. Black some trivial fixes for "TEST_POD=1 make test" failures
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-20 Matt S Trout Added register_column API
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2006-01-18 Matt S Trout Eliminated result_source_instance requirement in Schema
2006-01-16 Matt S Trout result_source is now AN ACCESSOR. w00000
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-16 Matt S Trout Changed inflate_result API to include ResultSource...
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-11 Matt S Trout Probably fixed an incipient bug in prefetch
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 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