Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / prefetch /
2016-09-13 Peter Rabbitson Fix for upcoming (not yet available via DBD::SQLite...
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-03-30 Peter Rabbitson First part of changes for better unexpected NULL reporting
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-17 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2014-07-29 Peter Rabbitson Revert improved test added in b6b8f72f, replace with...
2014-07-09 Brendan Byrd Initial (now passing) tests prompting the order_by...
2014-06-19 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Switch most remaining debug-hooks to $dbictest_schema...
2014-05-27 Peter Rabbitson Improve complex order+prefetch exception message
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-04-07 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-02-12 Peter Rabbitson Shuffle prefetch torture test (no func. changes)
2014-01-29 Peter Rabbitson Fix undefined order sensitive test (no idea how it...
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-04-26 Matt Phillips Stop adding empty caches to resultsets chained off...
2013-04-21 Peter Rabbitson Fix test failures with DBD::SQLite 1.38_02
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-19 Peter Rabbitson Explicitly disallow redirection of has_many columns...
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Fix "current rs is always first in from" brainfart...
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Recognize root source unqualified columns under limited...
2013-04-17 Peter Rabbitson Consider where condition when determining leftmost...
2013-04-17 Peter Rabbitson space-compress tests making them readable - no changes
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson There is no point of ordering the insides of a complex...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-03-10 Peter Rabbitson Warn in case of iterative collapse being upgraded to...
2013-03-10 Peter Rabbitson Rename some private methods/attributes to align with...
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-23 Peter Rabbitson Uncomment disabled test (not sure why it was)
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 Optimization - order only on lazy prefetch
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 Rafael Kitover Test for restricted prefetch (now passing again after...
2013-02-14 Alexander Hartmaier Added test for join and empty prefetch exception
2013-02-14 Peter Rabbitson Hit an MC hash-order bug - simplify create, and solve...
2013-02-14 Peter Rabbitson Reverting a48693f42e - the test is a fat duplicate...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-11-18 Peter Rabbitson Rename and expand false-value prefetch test
2012-08-24 Arthur Axel 'fREW... rewrite test to use existing schema
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-08-23 Eden Cardim failing test for prefetch bug where prefetched values...
2012-08-23 Rafael Kitover remove ->deploy from castaway's test
2012-08-23 Jess Robinson New test for recent prefetch/undef bug
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-08-13 Peter Rabbitson Some TODO test revisions prompted by RT#59565
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
2010-08-04 Peter Rabbitson Collapse-calculator finally works (GPW++)
2010-08-04 Peter Rabbitson Sketches of tests that should ultimately pass
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Moritz Onken rewrite of _collapse_result to support prefetch of...
2010-08-03 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-03 Peter Rabbitson Illustration for rob
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-03-16 Peter Rabbitson Horrible horrible rewrite of the aliastype scanner...
2010-02-08 Peter Rabbitson Merge fix of RT54039 from prefetch branch
next