Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource / RowParser.pm
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 reverse_relationship_info() to the relcond resolver
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-03-30 Peter Rabbitson Store collapser source in the resultset private metadat...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-06-23 Peter Rabbitson Simplify and rename _resolve_prefetch
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-01-19 Peter Rabbitson Unused import
2013-08-08 David Steinbrunner typo fixes
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-02-20 Peter Rabbitson Fatalize warnings within the compiled row parsers
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson And another collapser issue
2013-02-14 Peter Rabbitson Yet another collapser oversight
2013-02-14 Peter Rabbitson Simplify collapse map contents, shuffle things around...
2013-02-14 Peter Rabbitson Move the infmap verification/exception way earlier
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Cleanup of stale constructor codepath comments
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class