Initial full test pass - all fetches are eager for now
[dbsrgits/DBIx-Class.git] / t / prefetch / grouped.t
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
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-03 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Getting warmer
2009-11-16 Peter Rabbitson Fix order_by/distinct bug
2009-11-10 Eden Cardim added test case for ensuring a column mentioned in...
2009-08-25 Peter Rabbitson One more test
2009-08-24 Peter Rabbitson Seems like abraxxa's bug is fixed
2009-08-20 Alexander Hartmaier new branch grouped_has_many_join
2009-08-17 Peter Rabbitson Allow select AS specification for functions only via...
2009-08-12 Peter Rabbitson Grrrr
2009-08-11 Peter Rabbitson Sanify group_by handling in complex prefetch rewrites
2009-08-10 Andy Grundman Add failing test for RT 47779, group_by as a scalar ref
2009-08-09 Moritz Onken added TODO test: call accessors when create()ing a row
2009-08-05 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-04 Peter Rabbitson Split the search_related prefetch tests into a standalo...
2009-08-04 Moritz Onken prefetch-grouped fails, again
2009-08-04 Peter Rabbitson Move around tests a bit
2009-08-04 Peter Rabbitson Add an extra test specifically for distinct/prefetch
2009-08-03 Peter Rabbitson Adjust expected sql to match the new 'Track' table...
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-06-30 Peter Rabbitson rs->get_column now properly recognizes prefetch and...
2009-06-29 Peter Rabbitson And score! (all works)
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 Jess Robinson Tests for grouping with prefetch