Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship /
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2012-12-14 Rafael Kitover Minor clarifications to POD
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Brendan Byrd Relationship::Base documentation fixes in the spirit...
2012-12-10 Brendan Byrd Various method POD changes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-05-08 Gerda Shank update proxy/cascade_update doc in Relationship::Base
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-05-02 Peter Rabbitson Use clearer varnames
2011-04-22 Peter Rabbitson Fix custom-relationships on resultsources with multilev...
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-01-20 Peter Rabbitson Rewrite the check for nontrivial joinfree conditions...
2011-01-20 Peter Rabbitson Fix $object->search_related aliasing, change semantics...
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Peter Rabbitson Sanity check args passed to a coderef conditionmaker
2011-01-20 Daniel Ruoso do not use "me" on the related_resultset pessimization
2011-01-20 Daniel Ruoso refuse to invoke create_related as class method
2011-01-20 Daniel Ruoso fix the alias in the identity column
2011-01-20 Daniel Ruoso eager check if the create_related is at all possible
2011-01-20 Daniel Ruoso When getting a related_resultset in a row with custom...
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Jess Robinson Relationship documentation on extended (custom) relatio...
2011-01-20 Daniel Ruoso cascades default to 0 when using extended rels
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2010-12-27 Peter Rabbitson Fix check for blessedness and minor cleanup in many_to_...
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
2010-10-04 wreis Extend proxy rel attr
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-07 Nigel Metheringham Clarification cascade_* attribute defaults documentation
2010-05-07 Nigel Metheringham Clarification to cascade_update attribute documentation
2010-05-07 Nigel Metheringham Added reference to cascade_* in relationship attributes
2010-03-06 Peter Rabbitson Cascading delete needs a guard to remain atomic
2010-03-06 Wallace Reis improvements for HasOne relationship validationn
2010-03-01 Peter Rabbitson Fix incorrect placement of condition resolution failure...
2010-02-21 Peter Rabbitson Bogus require
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-19 Peter Rabbitson trap unresolvable conditions due to incomplete relation...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2010-02-05 Gerda Shank add doc on 'where' attribute
2010-01-31 Peter Rabbitson Stupid errors
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-12 Alexander Hartmaier fixed a typo in Changes
2009-12-16 Curtis "Ovid" Poe Have has_one/might_have warn if set on nullable columns.
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-06-24 Nigel Metheringham Rework of set_$rel patch with less obfuscation
2009-06-24 Nigel Metheringham Fixed set_$rel with where restriction deleting rows...
2009-06-24 Peter Rabbitson Properly name the relinfo variable
2009-06-06 Peter Rabbitson Port another forgotten MC fix
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-12 Peter Rabbitson Rename m2m warn disable envvar
2009-05-10 Peter Rabbitson Switch the m2m method warnings from warnings::register...
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-04-22 Peter Rabbitson Another indexer trick
2009-03-11 Peter Rabbitson Properly returb undef/null on single rewlationship...
2009-03-11 Peter Rabbitson Allow accessors type single to return defined but false...
2009-02-25 Eden Cardim fixed alias prepending for OR'ed join conditions in...
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-20 Jason M. Mills Modfied isa() check in set_from_related() to use class...
2009-02-12 Guillermo Roditi fixed bug for undef_on_null_fk edge case
2008-12-18 Peter Rabbitson Some cleanups to the m2m warnings test
2008-12-16 Guillermo Roditi somehow i messed up the merge. this fixes it
2008-12-16 Guillermo Roditi Merge 'belongs_to_null_col_fix' into 'trunk'
2008-12-16 Guillermo Roditi minor typo and style change
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-12-10 Guillermo Roditi fix for bug. all tests seem to pass, we still need...
2008-12-03 Ash Berlin Make the many-to-many warning use warnings::register;
2008-11-22 Jess Robinson Crazy ass multi create fixes..
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-02 Peter Rabbitson Better linking in Relatiomship POD
2008-09-30 Matt S Trout fix new_related on uninserted objects to handle has_man...
2008-09-28 Matt S Trout new_related works again
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-05-09 Brian Cassidy pod fix (RT #32988)
2008-03-27 Wallace Reis fixed typos
2008-03-07 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
next