Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / 76joins.t
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-01-20 Daniel Ruoso kills test that wrongfully expects sqla to die with...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-02-19 Peter Rabbitson Some test cleanups
2010-01-27 Peter Rabbitson Merge some cleanups from the prefetch branch
2009-09-04 Peter Rabbitson Dumper follies
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-16 Peter Rabbitson Cleanup tests
2009-05-12 Peter Rabbitson Fix shot test
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-03 Johannes Plunien Using "is" instead of "cmp_ok"
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-02-12 Nigel Metheringham Made update() on a rs that includes joins complain...
2008-11-25 Norbert Buchmuller * Wrapped SQL::Abstract::Test functionality in a new...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2008-04-20 Peter Rabbitson Split prefetch related tests from 76joins.t
2008-01-20 Matt S Trout made search_rs smarter about when to preserve the cache...
2007-07-17 Matt S Trout fix for count after slice (report and tests from JOHANL)
2007-05-31 Brandon L. Black fix test warning (double "my")
2007-05-31 Matt S Trout LEFT join problem fixed
2007-05-31 J. Shirley Adding failing test for left-join with no join record...
2007-05-28 Matt S Trout remove debug warn
2007-05-25 Matt S Trout prefetch/cache fixes for all but find
2007-05-20 Dagfinn Ilmari Man... add tests for nested prefetch with many_to_many and...
2007-05-11 Matt S Trout collapse result refac hopefully complete
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-04-14 Brandon L. Black fixed regex in t/76joins (was relying on a 5.8.8 bug...
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-01-25 Jess Robinson 0.07999_02, add skip on prefetch test
2007-01-09 Jess Robinson todoify collapse test
2006-12-10 David Kamholz whoops
2006-12-10 David Kamholz add test for has_many prefetch with adjacent rows with...
2006-12-06 Ash Berlin Join condition patch from Bernhard Graf
2006-11-26 Nigel Metheringham Added a test to check that the result from a 2 level...
2006-08-08 Nigel Metheringham Test for search_rs destructive effects on attributes...
2006-07-11 Matt S Trout all present and correct. I think.
2006-07-10 Matt S Trout some evals so the tests finish
2006-07-10 David Kamholz fix up test
2006-07-09 Matt S Trout tweaked some stuff. appears no more broken.
2006-07-07 David Kamholz fix silly bug introduced in test
2006-07-06 Justin Guenther fixed a typo in a regexp
2006-07-06 Matt S Trout made tests respect debug
2006-07-06 David Kamholz insanify test
2006-07-06 David Kamholz fix test
2006-07-06 David Kamholz small fix
2006-07-06 David Kamholz more treelike tests
2006-07-06 Justin Guenther added test for incorrect alias _2 in join collapsing
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-06-08 Brandon L. Black bugfix for join-types in nested joins using the from...
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 Move helperrels/26sqlt.t, and all t/run/*.tl scripts...