Remove last active reference to List::Util from lib/
[dbsrgits/DBIx-Class.git] / t / prefetch / o2m_o2m_order_by_with_limit.t
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
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-17 Peter Rabbitson Recognize root source unqualified columns under limited...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
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)