made search_rs smarter about when to preserve the cache to fix mm prefetch usage
[dbsrgits/DBIx-Class.git] / t / 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...