Move prefetch selector injection a bit further down in rsattr resolution
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource / RowParser.pm
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