2009-04-22 |
Peter Rabbitson |
Another indexer trick |
tree | commitdiff |
2009-03-11 |
Peter Rabbitson |
Properly returb undef/null on single rewlationship... |
tree | commitdiff |
2009-03-11 |
Peter Rabbitson |
Allow accessors type single to return defined but false... |
tree | commitdiff |
2009-02-25 |
Eden Cardim |
fixed alias prepending for OR'ed join conditions in... |
tree | commitdiff |
2009-02-20 |
Matt S Trout |
revert previous revision |
tree | commitdiff |
2009-02-20 |
Jason M. Mills |
Merge 'rt_bug_41083' into 'trunk' |
tree | commitdiff |
2009-02-20 |
Jason M. Mills |
Modfied isa() check in set_from_related() to use class... |
tree | commitdiff |
2009-02-12 |
Guillermo Roditi |
fixed bug for undef_on_null_fk edge case |
tree | commitdiff |
2008-12-18 |
Peter Rabbitson |
Some cleanups to the m2m warnings test |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
somehow i messed up the merge. this fixes it |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
Merge 'belongs_to_null_col_fix' into 'trunk' |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
minor typo and style change |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
rename option to undef_on_null_fk and make it default... |
tree | commitdiff |
2008-12-16 |
Guillermo Roditi |
Introduce 'any_null_means_no_value' option to eliminate... |
tree | commitdiff |
2008-12-10 |
Guillermo Roditi |
fix for bug. all tests seem to pass, we still need... |
tree | commitdiff |
2008-12-03 |
Ash Berlin |
Make the many-to-many warning use warnings::register; |
tree | commitdiff |
2008-11-22 |
Jess Robinson |
Crazy ass multi create fixes.. |
tree | commitdiff |
2008-11-10 |
Peter Rabbitson |
belongs_to relationships are explicitly flagged by... |
tree | commitdiff |
2008-11-02 |
Peter Rabbitson |
Better linking in Relatiomship POD |
tree | commitdiff |
2008-09-30 |
Matt S Trout |
fix new_related on uninserted objects to handle has_man... |
tree | commitdiff |
2008-09-28 |
Matt S Trout |
new_related works again |
tree | commitdiff |
2008-08-26 |
Matt S Trout |
fix related resultsets and multi-create |
tree | commitdiff |
2008-08-22 |
Peter Rabbitson |
- Allow explicit specification of ON DELETE/ON UPDATE... |
tree | commitdiff |
2008-07-29 |
Guillermo Roditi |
use sub::name to fix compat with moose method modifiers |
tree | commitdiff |
2008-06-10 |
Luke Saunders |
allow add_fk_index param to be specified in rel def |
tree | commitdiff |
2008-05-09 |
Brian Cassidy |
pod fix (RT #32988) |
tree | commitdiff |
2008-03-27 |
Wallace Reis |
fixed typos |
tree | commitdiff |
2008-03-07 |
Michael G Schwern |
Merge 'trunk' into 'cdbicompat_integration' |
tree | commitdiff |
2008-03-04 |
Ash Berlin |
is_deferrable patch from Debolaz |
tree | commitdiff |
2008-01-16 |
Michael G Schwern |
Merge 'trunk' into 'cdbicompat_integration' |
tree | commitdiff |
2007-11-06 |
Matt S Trout |
make belongs_to accept an [] join cond |
tree | commitdiff |
2007-10-03 |
Ash Berlin |
Many-to-many relationships now warn if the utility... |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
initial merge of Schwern's CDBICompat work, with many... |
tree | commitdiff |
2007-07-09 |
Matt S Trout |
many-many rel fix |
tree | commitdiff |
2007-06-26 |
Simon Elliott |
many_to_many supports relation_rs method now |
tree | commitdiff |
2007-06-26 |
Simon Elliott |
add_to returns inserted row in many_to_many relation |
tree | commitdiff |
2007-05-03 |
Jess Robinson |
Merge 'DBIx-Class-current' into 'bulk_create' |
tree | commitdiff |
2007-03-18 |
Ash Berlin |
sqlt parser now respected a relationship attribute... |
tree | commitdiff |
2007-02-06 |
Jess Robinson |
Add PK::Auto to Row/insert for now, could be prettier |
tree | commitdiff |
2007-02-05 |
Ash Berlin |
Backed out my r3073, and doc'd the fact that it takes... |
tree | commitdiff |
2007-02-03 |
Ash Berlin |
Made ->update not change the hashref passed in (with... |
tree | commitdiff |
2006-12-28 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-21 |
Ash Berlin |
Made many_to_many throw an exception if its not provide... |
tree | commitdiff |
2006-12-07 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-06 |
Ash Berlin |
More descriptive error messages courtesy of Marc Espie |
tree | commitdiff |
2006-12-02 |
David Kamholz |
inline relationship and inflate code for new, update... |
tree | commitdiff |
2006-10-21 |
Matt S Trout |
I hate you all. |
tree | commitdiff |
2006-08-25 |
Matt S Trout |
fixes to many-many |
tree | commitdiff |
2006-08-24 |
Justin Guenther |
fixed set_$rel (from many_to_many) to accept a listref |
tree | commitdiff |
2006-08-14 |
Ash Berlin |
Changed the docs for relationship attributes, and added... |
tree | commitdiff |
2006-08-10 |
Michael Leuchtenburg |
Support default aliases in many_to_many accessors.... |
tree | commitdiff |
2006-08-10 |
Michael Leuchtenburg |
Support for relationship attributes in many_to_many... |
tree | commitdiff |
2006-07-13 |
Ash Berlin |
POD change so it makes more sens when looking at with... |
tree | commitdiff |
2006-06-22 |
Justin Guenther |
changed relationship helpers to only call ensure_class_... |
tree | commitdiff |
2006-06-21 |
Matt S Trout |
fix Componentised, Relationship::Base |
tree | commitdiff |
2006-06-21 |
Justin Guenther |
Merge 'many_to_many' into 'DBIx-Class-current' |
tree | commitdiff |
2006-06-21 |
Aran Deltac |
Merge 'many_to_many' into 'DBIx-Class-current' |
tree | commitdiff |
2006-06-19 |
Justin Guenther |
docs clarification for set_$rel |
tree | commitdiff |
2006-06-19 |
Jess Robinson |
Update docs for new m2m accessors |
tree | commitdiff |
2006-06-19 |
Justin Guenther |
added many_to_many set_$rel helper and tests |
tree | commitdiff |
2006-06-17 |
Justin Guenther |
added more many_to_many tests and changed add_to_rel... |
tree | commitdiff |
2006-06-17 |
Justin Guenther |
fixed new many_to_many accessors and added tests and... |
tree | commitdiff |
2006-06-17 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'many_to_many' |
tree | commitdiff |
2006-06-06 |
Aran Deltac |
Slight wording change to new_related() POD. |
tree | commitdiff |
2006-06-05 |
Justin Guenther |
Added preliminary tests for new helpers |
tree | commitdiff |
2006-06-01 |
Robert Sedlacek |
Test if value is blessed before ->isa |
tree | commitdiff |
2006-05-31 |
Nigel Metheringham |
POD::Coverage additions |
tree | commitdiff |
2006-05-19 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'many_to_many' |
tree | commitdiff |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
tree | commitdiff |
2006-05-12 |
Aran Deltac |
Initial work on helper methods for many_to_many relatio... |
tree | commitdiff |
2006-05-12 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-12 |
Matt S Trout |
fixup for stringify that can be false in find_or_create... |
tree | commitdiff |
2006-05-12 |
Matt S Trout |
performance fix for cascade_update |
tree | commitdiff |
2006-05-09 |
Aran Deltac |
Fixes to _rs related docs. |
tree | commitdiff |
2006-05-09 |
Aran Deltac |
Add search_rs to ResultSet and a new {$rel}_rs accessor... |
tree | commitdiff |
2006-05-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-01 |
Daniel Westermann... |
Add missing comma in example ;) |
tree | commitdiff |
2006-05-01 |
Daniel Westermann... |
Add example of multi-column foreign keys |
tree | commitdiff |
2006-04-21 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-04-21 |
Luke Saunders |
removed duff ResultSourceProxy links |
tree | commitdiff |
2006-04-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-04-19 |
Matt S Trout |
make set_from_related handle undef |
tree | commitdiff |
2006-04-19 |
Daniel Westermann... |
Minor POD update: Remove quotes for consistency |
tree | commitdiff |
2006-04-18 |
Daniel Westermann... |
Add find_or_new and find_or_new_related |
tree | commitdiff |
2006-04-18 |
Daniel Westermann... |
Add update_or_create_related |
tree | commitdiff |
2006-04-08 |
Matt S Trout |
fix to update with undefined relations |
tree | commitdiff |
2006-04-04 |
Simon Elliott |
Fix to cascade_delete courtesy mst. |
tree | commitdiff |
2006-03-26 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
tree | commitdiff |
2006-03-25 |
Justin Guenther |
removed parentheses from argument lists in docs |
tree | commitdiff |
2006-03-25 |
Justin Guenther |
changed Returns -> Return Value |
tree | commitdiff |
2006-03-24 |
Aran Deltac |
Spleling fixes all over. |
tree | commitdiff |
2006-03-24 |
Justin Guenther |
changed formatting for arguments/return values in metho... |
tree | commitdiff |
2006-03-24 |
Brandon L. Black |
Added use strict / use warnings everywhere it was missing |
tree | commitdiff |
2006-03-22 |
Matt S Trout |
Nuked ancient and unused classdata entry |
tree | commitdiff |
2006-03-21 |
Justin Guenther |
Documentation indenting/formatting fixes |
tree | commitdiff |
2006-03-21 |
Jess Robinson |
documenting! |
tree | commitdiff |
2006-03-09 |
Scott McWhirter |
Update to add myself to contributors and to hide Module... |
tree | commitdiff |
2006-03-09 |
David Kamholz |
more assorted kleenoops |
tree | commitdiff |
2006-03-08 |
David Kamholz |
cleanup ResultSource a bit, plus a couple trivial cleanups |
tree | commitdiff |
next |