Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / prefetch / join_type.t
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-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-23 Peter Rabbitson Uncomment disabled test (not sure why it was)
2013-02-14 Peter Rabbitson Optimization - order only on lazy prefetch
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...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
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-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2009-09-17 Peter Rabbitson Fix left-join chaining