Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship /
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Retire the ASSERT_NO_INTERNAL_WANTARRAY macro
2016-09-30 Peter Rabbitson Restore the context sensitive m2m helper calling of...
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Standardize indication of lack of join_free_condition...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-26 Peter Rabbitson Stop accepting foreign_values => undef/rowobj in the...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-06-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-05-17 Peter Rabbitson Rollback some mistaken indirect-call-elisions from...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Rewrite incredibly overcomplicated add_X m2m helper
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-08-12 Peter Rabbitson Remove no longer needed try{} block in related rel...
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-07-05 Peter Rabbitson Rewrite incredibly overcomplicated add_X m2m helper
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-06-26 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-06-24 Peter Rabbitson Remove no longer needed try{} block in related rel...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-19 Peter Rabbitson Properly implement very sloppy and lazy hack from bad0b73b
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-08-14 Stefan Hornburg... Fix "muse" typo in Relationship::Base's POD.
2014-07-29 Peter Rabbitson The extra reltype flag is breaking some suites - make...
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Document and add example of foreign_related_object
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-21 Peter Rabbitson Reformat add_relationship_accessor for future edit
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Move a CDBI escape to the CDBI class hierarchy
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-06-11 Karen Etheridge replace all remaining uses of self_rowobj with self_res...
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
2014-06-11 Peter Rabbitson First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-05-22 Peter Rabbitson Fix bogus reference to related class (introduced way...
2014-03-08 Sean Zellmer Removed useless line of code in many_to_many
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-16 Peter Rabbitson More unreachable code - we've already thrown on !define...
2013-09-09 Peter Rabbitson Excise unreachable code
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Augment 84d8c2ad so that the custom join specification...
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-06-03 D. Ilmari Mannsåker Add header for custom coderef join conditions
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-26 Peter Rabbitson Do not invoke the pk accessor in filter deflate
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Stop needlesly invoking the $rs bool overload
2013-04-17 Peter Rabbitson Reorder prefetch logic for optimal execution (no functi...
2013-04-17 Peter Rabbitson Normalize varnames (zero functional changes)
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
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
next