Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Switch reverse_relationship_info() to the relcond resolver
2016-09-27 Peter Rabbitson Add an extra RV to the relationship resolver
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-26 Peter Rabbitson Explicitly normalize results of relationship resolution
2016-09-26 Peter Rabbitson Tighten up value inferrence in relationship resolution
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-07-29 Dagfinn Ilmari Man... Fix "overriden" typo
2016-07-28 Peter Rabbitson Prevent invisible skipping of ResultSource proxy overrides
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-26 Peter Rabbitson Comprehensive diagnostic on incorrect ResultSource...
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 Keep track of result source instance ancestry
2016-07-25 Peter Rabbitson Fully separate parent and child resultsource metadata
2016-07-25 Peter Rabbitson Add a clone method to ResultSource, switch obvious...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-07-03 Peter Rabbitson Fill in missing documentation in ::Schema / ::ResultSource
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-06-07 Peter Rabbitson And yet another INDIRECT guard missed in both e5053694...
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-15 Peter Rabbitson Clean up the mess around $rsrc->sqlt_deploy_callback
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-20 Peter Rabbitson Reorder a couple stray loads in ResultSource.pm
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Remove dead code commented out since 2006 ( 953a18ef )
2015-09-28 Peter Rabbitson A little more golfing - this time ::DBIHacks::_resolve_...
2015-08-12 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-08-12 Peter Rabbitson Even though I personally added these in 4f8c9678 I...
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Remove ability to hand an explicit condition to resolve...
2015-08-12 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-07-05 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-07-05 Peter Rabbitson Even though I personally added these in 4f8c9678 I...
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-07-03 Peter Rabbitson Remove ability to hand an explicit condition to resolve...
2015-07-03 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-03-20 Robert Stone Added add_columns documentation about controlling float...
2015-03-20 Robert Stone Added add_columns documentation about controlling float...
2015-03-18 Peter Rabbitson Relax sanity check in _resolve_relationship_condition
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-13 Peter Rabbitson Relax sanity check in _resolve_relationship_condition
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
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-16 Peter Rabbitson Fix broken temporary backcompat shim for naughty _resol...
2014-09-16 Peter Rabbitson Multilevel find_or_(multi)create got inadvertently...
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson A more robust column equality extractor
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-09-15 Peter Rabbitson Make sure the me-relname-flip does not affect any error...
2014-09-10 Peter Rabbitson Fix incorrect cond construction in _minimal_valueset_sa...
2014-09-08 Peter Rabbitson Fix for gut-reaching travesty as reported by gbjk
2014-09-08 Peter Rabbitson No longer use rel_info($rel)->{class} in the cond resolver
2014-09-07 Peter Rabbitson Simplify self_result_object argument check in cond...
2014-09-07 Peter Rabbitson Minor relcond resolver refactor, no func. changes
2014-09-05 Peter Rabbitson Make sure the resolve_cond shim attempts to lint the...
2014-09-04 Peter Rabbitson Better describe the _resolve_relationship_condition API
2014-07-31 Fitz Elliott strip schema name from ADD CONSTRAINT / CREATE INDEX
2014-07-29 Peter Rabbitson Remove unused leftover from c19ca6e80 - there was much...
2014-07-29 Peter Rabbitson Kill rel-exists sanity checks for 28, reinstate them...
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-29 Peter Rabbitson Deprecate _build_unique_cond, move its guts to ::Result...
2014-07-27 Peter Rabbitson Upgrade the "too many args on customcond" warning from...
2014-07-25 Peter Rabbitson Bring back resolve_condition deleted in 03f6d1f7
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Mintywalker Add 3rd example of col info in ResultSource->add_column
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Now that populate is rewritten: finalize the resolver...
2014-07-23 Peter Rabbitson One more output for the resolver - used in next commit
2014-07-22 Peter Rabbitson Re-fix relcond resolver: revert 5592d633 (in turn parti...
2014-07-20 Peter Rabbitson Greatly improve diagnostic messages of _resolve_relatio...
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-06-13 Peter Rabbitson More fallout of the _resolve_cond refactor 03f6d1f7
2014-06-12 Peter Rabbitson Even more robust _resolve_condition shim - guess rel_na...
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 First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-28 Karen Etheridge spelling fix
2014-05-27 Karen Etheridge spelling fix
2014-04-25 Mintywalker $pedantry =~ s/columns/column/
next