Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / prefetch /
2009-06-29 Peter Rabbitson clearer
2009-06-29 Peter Rabbitson Test cleanups
2009-06-29 Peter Rabbitson A couple of test fixes
2009-06-28 Peter Rabbitson Rogue comments
2009-06-28 Peter Rabbitson Lose the literal sql bits - castaway is right it's...
2009-06-28 Peter Rabbitson Whoops
2009-06-28 Peter Rabbitson Proper prefetch+group test
2009-06-28 Peter Rabbitson The prefetch+group_by is a complex problem - branch
2009-06-28 Peter Rabbitson Adjust a couple of tests for new behavior (thus all...
2009-06-28 Peter Rabbitson Thetest case that started it all
2009-06-28 Jess Robinson Tests for grouping with prefetch
2009-06-20 Peter Rabbitson Clarify test
2009-06-19 Peter Rabbitson throw in an extra limit, sophisticate test a bit
2009-06-19 Peter Rabbitson no need to slice as use_prefetch already has a limit
2009-06-19 Ash Berlin Add extra test for prefetch+has_many
2009-06-19 Peter Rabbitson Rename test
2009-06-19 Peter Rabbitson single() throws with has_many prefetch
2009-06-18 Peter Rabbitson This seems to be the prefetch+limit fix - ugly as hell...
2009-06-16 Peter Rabbitson Fix possible regression with prefetch select resolution
2009-06-10 Peter Rabbitson Merge 'trunk' into 'mystery_join'
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
2009-06-10 Peter Rabbitson Clarify and disable rows/prefetch test - fix is easy...
2009-06-09 Ash Berlin Addjust bug to show problem with rows => 1 + child rel
2009-05-28 Peter Rabbitson Fix multiprefetch warning - we can now count properly
2009-05-22 Peter Rabbitson Simplify unresolvable test by arcanez
2009-05-21 Justin Hunter failing test
2009-05-17 Peter Rabbitson Merge 'trunk' into 'diamond_relationships'
2009-05-16 Peter Rabbitson Cleanup tests
2009-05-07 Peter Rabbitson Add failing test by gheift
2009-03-06 Rob Kinyon Added a little more verbiage to explain how collapsing...
2009-03-06 Rob Kinyon Fixed documentation for test
2009-03-06 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-06 Rob Kinyon Added solution for prefetch + hasmany bug
2009-03-06 Rob Kinyon Merge 'prefetch' into 'trunk'
2009-03-06 Rob Kinyon Broke up the prefetch tests into their own directory