Add extra (passing) test for operations on sourceless results
[dbsrgits/DBIx-Class.git] / t / resultset / rowparser_internals.t
2015-05-20 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-05-20 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-05-20 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2014-10-24 Peter Rabbitson Fix idiocy that snuck in bdbd2ae8a - I only want fatal...
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-07-21 Peter Rabbitson Replace B::perlstring with our own implmentation thereof
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-17 Peter Rabbitson Use the defined-or operator in generated code on newer...
2013-04-17 Peter Rabbitson Another parser microoptimisation - lose nullability...
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Simplify more - remove loop and cleanup the while cond
2013-03-10 Peter Rabbitson An underdefined root has to use the %cur_row_ids container
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson BAIL_OUT stops the entire test run - do not want that
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
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 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...
2013-02-14 Peter Rabbitson Fixups for 5.17.6+ hash randomization
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson I think we are done here