2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
blob | commitdiff | diff to current |
2006-03-25 |
Justin Guenther |
removed parentheses from argument lists in docs |
blob | commitdiff | diff to current |
2006-03-24 |
Aran Deltac |
Spleling fixes all over. |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
changed formatting for arguments/return values in metho... |
blob | commitdiff | diff to current |
2006-03-13 |
Marcus Ramberg |
fix for hm prefetch and test. |
blob | commitdiff | diff to current |
2006-03-09 |
David Kamholz |
more small cleanup, rename insert_or_update to update_o... |
blob | commitdiff | diff to current |
2006-03-09 |
David Kamholz |
more assorted kleenoops |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
has_many prefetch works. no, seriously |
blob | commitdiff | diff to current |
2006-03-08 |
Marcus Ramberg |
added has_column_loaded |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
partially working has_many prefetch |
blob | commitdiff | diff to current |
2006-03-07 |
Marcus Ramberg |
more error messages. |
blob | commitdiff | diff to current |
2006-03-01 |
Matt S Trout |
half unpicked has_many prefetch mess |
blob | commitdiff | diff to current |
2006-02-22 |
Will Hawes |
nested has_many prefetch + tests |
blob | commitdiff | diff to current |
2006-02-19 |
Jess Robinson |
Explicit return added |
blob | commitdiff | diff to current |
2006-02-19 |
David Kamholz |
minor optimization to Row.pm |
blob | commitdiff | diff to current |
2006-02-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-18 |
Brandon L. Black |
pod =head3 Arguments stuff |
blob | commitdiff | diff to current |
2006-02-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-15 |
Matt S Trout |
made update(\%hash) work on row as well as rs |
blob | commitdiff | diff to current |
2006-02-15 |
Will Hawes |
introduce row caching using related_resultset; has_many... |
blob | commitdiff | diff to current |
2006-02-14 |
Matt S Trout |
added cascade_copy relationship attribute |
blob | commitdiff | diff to current |
2006-02-14 |
Matt S Trout |
Improvements to copy() and set_from_related() code |
blob | commitdiff | diff to current |
2006-02-12 |
David Kamholz |
put last change in trunk |
blob | commitdiff | diff to current |
2006-02-12 |
David Kamholz |
- allow specification of related columns via cols attr... |
blob | commitdiff | diff to current |
2006-02-07 |
David Kamholz |
doc fixes |
blob | commitdiff | diff to current |
2006-02-07 |
Brandon L. Black |
prevent accidental table-wide update/delete on row... |
blob | commitdiff | diff to current |
2006-01-31 |
Brandon L. Black |
some trivial fixes for "TEST_POD=1 make test" failures |
blob | commitdiff | diff to current |
2006-01-28 |
Matt S Trout |
Added accessor => option to column_info to specify... |
blob | commitdiff | diff to current |
2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
blob | commitdiff | diff to current |
2006-01-20 |
Marcus Ramberg |
use croak instead of die for user errors. |
blob | commitdiff | diff to current |
2006-01-20 |
Matt S Trout |
register_resultset, Cursor fixes |
blob | commitdiff | diff to current |
2006-01-20 |
Matt S Trout |
Added register_column API |
blob | commitdiff | diff to current |
2006-01-20 |
Matt S Trout |
Moved to prepare_cached for everything, using $f_active... |
blob | commitdiff | diff to current |
2006-01-18 |
Matt S Trout |
Eliminated result_source_instance requirement in Schema |
blob | commitdiff | diff to current |
2006-01-16 |
Matt S Trout |
result_source is now AN ACCESSOR. w00000 |
blob | commitdiff | diff to current |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
blob | commitdiff | diff to current |
2006-01-16 |
Matt S Trout |
More internals cleanup, separated out ResultSourceInsta... |
blob | commitdiff | diff to current |
2006-01-16 |
Matt S Trout |
Changed inflate_result API to include ResultSource... |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
resolve_join moved to ResultSource |
blob | commitdiff | diff to current |
2006-01-11 |
Matt S Trout |
Added ->relationships and ->relationship_info from... |
blob | commitdiff | diff to current |
2006-01-11 |
Matt S Trout |
Probably fixed an incipient bug in prefetch |
blob | commitdiff | diff to current |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
blob | commitdiff | diff to current |
2006-01-08 |
Matt S Trout |
Moved insert/update/delete to use ->result_source |
blob | commitdiff | diff to current |
2006-01-08 |
Matt S Trout |
create now on resultset as well |
blob | commitdiff | diff to current |
2006-01-08 |
Matt S Trout |
Simplified column handling code, moved primary key... |
blob | commitdiff | diff to current |
2006-01-02 |
Matt S Trout |
Some tweaks to Componentised, many_to_many helper from... |
blob | commitdiff | diff to current |
2005-12-30 |
Matt S Trout |
Added $rs->search_related, cleaned up paging code |
blob | commitdiff | diff to current |
2005-12-30 |
Matt S Trout |
Moved inflation to inflate_result in Row.pm |
blob | commitdiff | diff to current |
2005-12-11 |
David Kamholz |
merge resultset branch through revision 378 |
blob | commitdiff | diff to current |
2005-12-10 |
David Kamholz |
more dob updates |
blob | commitdiff | diff to current |
2005-12-10 |
David Kamholz |
item => head2 in docs |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Shoved Class::Data::Inheritable into DBIx::Class, more... |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Added has_column and column_info methods |
blob | commitdiff | diff to current |
2005-11-15 |
Matt S Trout |
Bugfixes, optimisations |
blob | commitdiff | diff to current |
2005-10-15 |
David Kamholz |
fix stupid error in set_columns pod |
blob | commitdiff | diff to current |
2005-10-15 |
David Kamholz |
add get_columns and set_columns methods to Row.pm |
blob | commitdiff | diff to current |
2005-09-30 |
Matt S Trout |
Version bumped to 0.03002, assorted minor changes |
blob | commitdiff | diff to current |
2005-09-23 |
Matt S Trout |
Tweaks to $obj->update and relationship helpers |
blob | commitdiff | diff to current |
2005-09-09 |
Matt S Trout |
More refactoring, prefetch |
blob | commitdiff | diff to current |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
blob | commitdiff | diff to current |
2005-08-12 |
Matt S Trout |
Refactoring, cleanup, lose unnecessary resultset/cursor... |
blob | commitdiff | diff to current |
2005-08-09 |
Matt S Trout |
Updated main docs, altered mail address in POD for... |
blob | commitdiff | diff to current |
2005-08-08 |
Matt S Trout |
More refactoring, created PK::Auto::MySQL |
blob | commitdiff | diff to current |
|