2006-05-17 |
Jess Robinson |
Documentation updates |
blob | commitdiff |
2006-05-12 |
Matt S Trout |
performance fix for cascade_update |
blob | commitdiff | diff to current |
2006-05-10 |
Daniel Westermann... |
Row::update encapsulates this when passed a hashref... |
blob | commitdiff | diff to current |
2006-05-08 |
Matt S Trout |
couple bugfixes |
blob | commitdiff | diff to current |
2006-04-19 |
Matt S Trout |
fixup for search w/no args and cache |
blob | commitdiff | diff to current |
2006-04-19 |
Will Hawes |
remove icky ' = ' |
blob | commitdiff | diff to current |
2006-04-12 |
Daniel Westermann... |
Fix for -and conditions when updating or deleting on... |
blob | commitdiff | diff to current |
2006-04-06 |
Nigel Metheringham |
Applied mst fixes for delete on resultsetin [839] to... |
blob | commitdiff | diff to current |
2006-04-05 |
Matt S Trout |
Rid of a wantarray |
blob | commitdiff | diff to current |
2006-04-01 |
Jess Robinson |
added "having" |
blob | commitdiff | diff to current |
2006-03-27 |
Matt S Trout |
Fix typo in from rs attr docs |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
blob | commitdiff | diff to current |
2006-03-26 |
David Kamholz |
various small doc fixes |
blob | commitdiff | diff to current |
2006-03-25 |
Matt S Trout |
0.06000 changes |
blob | commitdiff | diff to current |
2006-03-25 |
Justin Guenther |
removed parentheses from argument lists in docs |
blob | commitdiff | diff to current |
2006-03-25 |
Aran Deltac |
Small doc typo fix in ResultSet. |
blob | commitdiff | diff to current |
2006-03-25 |
Matt S Trout |
Updated ResultSet docs |
blob | commitdiff | diff to current |
2006-03-24 |
Jess Robinson |
Docs! |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
cleaned up docs, added Arguments/Returns sections for... |
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-24 |
Justin Guenther |
fixed a stupid typo |
blob | commitdiff | diff to current |
2006-03-24 |
Justin Guenther |
code reformatting for readibility |
blob | commitdiff | diff to current |
2006-03-23 |
Will Hawes |
add basic cache tests/docs to trunk |
blob | commitdiff | diff to current |
2006-03-21 |
Matt S Trout |
Docs tweaks from bluefeet, correction to ResultSet... |
blob | commitdiff | diff to current |
2006-03-21 |
Justin Guenther |
changed Foo/Bar in docs to more meaningful names |
blob | commitdiff | diff to current |
2006-03-20 |
Daniel Westermann... |
Fix exception text for nonexistent key in ResultSet... |
blob | commitdiff | diff to current |
2006-03-18 |
David Kamholz |
Merge 'DBIx-Class-current' into 'trunk' |
blob | commitdiff | diff to current |
2006-03-18 |
Matt S Trout |
Fix for delete on full-table resultsets |
blob | commitdiff | diff to current |
2006-03-18 |
Matt S Trout |
Fixup for count |
blob | commitdiff | diff to current |
2006-03-14 |
David Kamholz |
weaken result_source in all resultsets |
blob | commitdiff | diff to current |
2006-03-14 |
Matt S Trout |
Fixed hm prefetch |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
assorted crunchy code cleanups to ResultSet.pm (you... |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
fix a couple mistakes in last commit |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
rename columns attr to cols |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
collapse has to be an attr too, bah |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
add test for last fix |
blob | commitdiff | diff to current |
2006-03-08 |
David Kamholz |
fix to find() for new prefetch code |
blob | commitdiff | diff to current |
2006-03-08 |
Matt S Trout |
Nuked a couple of pointless warns and a Dumper load |
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 |
Matt S Trout |
partially working has_many prefetch |
blob | commitdiff | diff to current |
2006-03-06 |
Matt S Trout |
Added result_class accessor to ResultSet |
blob | commitdiff | diff to current |
2006-03-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-03-01 |
Justin Guenther |
- Changed documentation to use txn_do() for transactions |
blob | commitdiff | diff to current |
2006-03-01 |
Matt S Trout |
half unpicked has_many prefetch mess |
blob | commitdiff | diff to current |
2006-03-01 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-26 |
Matt S Trout |
Fixup MANIFEST, rename 22cache -> 23cache, tweak to... |
blob | commitdiff | diff to current |
2006-02-24 |
Nigel Metheringham |
Minor documentation fix for find. Removed some EOL... |
blob | commitdiff | diff to current |
2006-02-23 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-23 |
David Kamholz |
attempt to fix weird overload '0+' bug, modify tests... |
blob | commitdiff | diff to current |
2006-02-22 |
Matt S Trout |
Working HAVING, DBD::SQLite returns duff data so tests... |
blob | commitdiff | diff to current |
2006-02-22 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-22 |
Will Hawes |
nested has_many prefetch + tests |
blob | commitdiff | diff to current |
2006-02-21 |
David Kamholz |
fix thinkos in ResultSet docs |
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-18 |
Will Hawes |
maintain cache + reset cursor for search() without... |
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 |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-02-13 |
Marcus Ramberg |
another fix for group_by as scalar. |
blob | commitdiff | diff to current |
2006-02-13 |
Marcus Ramberg |
prepared for release. |
blob | commitdiff | diff to current |
2006-02-11 |
Matt S Trout |
Added ->single method to ResultSet |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
Fix up delete code after previous commit |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
Fixes to deep search and search_related |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
Improved docs for join and prefetch |
blob | commitdiff | diff to current |
2006-02-06 |
Matt S Trout |
multi-join to same rel works now |
blob | commitdiff | diff to current |
2006-02-06 |
David Kamholz |
fix attrs on find |
blob | commitdiff | diff to current |
2006-02-05 |
Matt S Trout |
add $source->resultset_attributes, include_columns... |
blob | commitdiff | diff to current |
2006-02-05 |
Matt S Trout |
Fix to find for complex resultsets |
blob | commitdiff | diff to current |
2006-01-28 |
Will Hawes |
update docs for count() with GROUP BY |
blob | commitdiff | diff to current |
2006-01-28 |
Will Hawes |
allow count() with GROUP BY |
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-27 |
Will Hawes |
update docs for prefetch |
blob | commitdiff | diff to current |
2006-01-26 |
Matt S Trout |
Multi-step prefetch (all except _construct_object chang... |
blob | commitdiff | diff to current |
2006-01-24 |
David Kamholz |
fix select attr docs |
blob | commitdiff | diff to current |
2006-01-24 |
David Kamholz |
- rename ResultSetInstance class to ResultSetProxy |
blob | commitdiff | diff to current |
2006-01-23 |
Will Hawes |
flesh out doc for 'from', 'select', 'as' and 'group_by' |
blob | commitdiff | diff to current |
2006-01-23 |
Daniel Westermann... |
Minor doc cleanup and more examples |
blob | commitdiff | diff to current |
2006-01-23 |
Daniel Westermann... |
Add unique constraint declaration and new ResultSet... |
blob | commitdiff | diff to current |
2006-01-21 |
Matt S Trout |
columns_info_for from zby, fixes to per-db tests |
blob | commitdiff | diff to current |
2006-01-21 |
Matt S Trout |
Nuked _select_columns, the last vestige of class-based... |
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 |
Added boolify to prevent if ($rs) blowing up on group_b... |
blob | commitdiff | diff to current |
2006-01-20 |
Will Hawes |
removed erroneous commit for ResultSet |
blob | commitdiff | diff to current |
2006-01-20 |
Will Hawes |
note that group_by takes listref rather than list ... |
blob | commitdiff | diff to current |
2006-01-20 |
Matt S Trout |
Fixed up PK::Auto::* to use result_source, added connec... |
blob | commitdiff | diff to current |
2006-01-19 |
Matt S Trout |
Added 'self' method to ResultSet |
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 |
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 |
Fixed odd ->search bug caused by S::A brain damage |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
More test hackage, some cleanup in ResultSet |
blob | commitdiff | diff to current |
2006-01-14 |
Matt S Trout |
add_relationship, relationship_info, relationships... |
blob | commitdiff | diff to current |
2006-01-11 |
Matt S Trout |
Added ->relationships and ->relationship_info from... |
blob | commitdiff | diff to current |
2006-01-09 |
Matt S Trout |
More refactoring, added ->source and ->resultset to... |
blob | commitdiff | diff to current |
2006-01-08 |
Matt S Trout |
moved find_or_create onto ResultSet |
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 |
find_related now does search_related->find |
blob | commitdiff | diff to current |
2006-01-07 |
Daniel Westermann... |
- Clean up indentation in Manual |
blob | commitdiff | diff to current |
2005-12-30 |
Matt S Trout |
Probably avoids some potential page/search bugs |
blob | commitdiff | diff to current |
next |