Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / count /
2013-02-13 André Walker Fix duplicated columns for count()
2012-12-11 Peter Rabbitson Stop using deprecated regex syntax
2012-11-04 Peter Rabbitson Extra tests from an old debugging session
2012-04-11 Peter Rabbitson Fix broken tests that would fail in future SQL::Abstract
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
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-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-02-18 Peter Rabbitson Fix count of group_by over aliased function
2010-02-18 Peter Rabbitson Fix bogus test
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Getting warmer
2009-12-10 Peter Rabbitson First half of distinct cleanup
2009-11-27 Peter Rabbitson Fix search_related wrt grouped resultsets (distinct...
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-11-26 Peter Rabbitson Another count() quirk down
2009-09-04 Peter Rabbitson Dumper follies
2009-08-17 Peter Rabbitson Cookbook entry for -as and syntax tests
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 Rob Kinyon Added two tests and marked one todo_skip
2009-07-31 Rob Kinyon Added MooseX::Traits to Makefile.PL
2009-07-02 Peter Rabbitson These tests are in prefetch/count.t
2009-07-02 Ian Wells Check fetched rows == count for related resultsets
2009-07-02 Peter Rabbitson Another candidate for somethingawful.com (fix left...
2009-07-01 Ian Wells Added a test for a resultset to related-resultset join...
2009-06-29 Peter Rabbitson Support for -select/-as in SQLAHacks field selection
2009-06-20 Peter Rabbitson More tests and a really working count_rs
2009-06-20 Peter Rabbitson Test count_rs
2009-05-23 Peter Rabbitson Extend distinct deprecation tests and clarify warnings
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support
2009-05-21 Peter Rabbitson Duh, no point of having ordered subqueries while counti...
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-20 Justin Hunter fix for sql functions in group_by
2009-05-20 Peter Rabbitson Make sure we always work with resolved rs attributes...
2009-05-20 Peter Rabbitson Make joined rs counts backwards compatible - we do...
2009-05-20 Rafael Kitover add test for distinct result of sql function
2009-05-16 Peter Rabbitson Test and fixed for paged grouped count
2009-05-16 Peter Rabbitson Rename tests
2009-05-14 Peter Rabbitson Straightforward test changes
2009-05-11 Justin Hunter warn/die based on { select => { distinct => { } } }
2009-05-08 Peter Rabbitson Final count tests
2009-05-07 Peter Rabbitson Adjust tests for the IN fixes
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Temporary fix or the IN ( ( ... ) ) problem until we...
2009-05-06 Peter Rabbitson TODOify sqla-dependent tests
2009-05-01 Justin Hunter make sure merge bind
2009-05-01 Justin Hunter cleanup/fix some broken tests
2009-04-30 Peter Rabbitson Add joined count test