Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / 88result_set_column.t
2016-09-30 Peter Rabbitson Fix func_rs() and as_subselect_rs() to start behaving...
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 Some stylistic test changes in preparation for next...
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-22 Peter Rabbitson Add test ensuring we do not lose binds on esoteric...
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
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-03-10 Peter Rabbitson Properly wrap a subquery around grouped resultsets...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2011-10-25 Dagfinn Ilmari Man... Don't rely on GROUP BY and DISTINCT() sorting identically.
2010-02-05 Peter Rabbitson Looks like RSC is finally (halfway) fixed
2010-01-22 Peter Rabbitson Moev failing regression test away from trunk
2010-01-20 Peter Rabbitson Fix minor RSC bug
2010-01-08 Peter Rabbitson Tests while hunting for something else
2009-09-11 Peter Rabbitson Add single() ro RSC
2009-09-10 Peter Rabbitson The real fix
2009-09-10 Aran Deltac Fix RSC->reset() to no longer return $self, which fixes...
2009-06-30 Peter Rabbitson rs->get_column now properly recognizes prefetch and...
2008-11-14 Norbert Buchmuller * Added ->first and ->reset implementation to ResultSe...
2008-11-11 Norbert Buchmuller * Fixed test cases of ResultSetColumn vs. +select...
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-10-30 Peter Rabbitson Test direct sql passed to ResultSetColumn
2007-09-27 Brian Cassidy ResultSetColumn::func() now returns all results if...
2007-07-09 Luke Saunders updated changes. fixed ResultSetColumn w/prefetch problem
2006-05-25 Justin Guenther Changed tests to use DBICTest->init_schema() instead...
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-18 Aran Deltac Fixes to tests so that they pass.
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...