Major overhaul of select/as resolution handling (fixes RT#61235)
[dbsrgits/DBIx-Class.git] / t / search / subquery.t
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-05-30 Peter Rabbitson Fix tests to survive the new SQLA bindtype checks
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-01-17 Peter Rabbitson Getting warmer
2009-09-04 Peter Rabbitson Dumper follies
2009-08-27 Peter Rabbitson Add a test proving how dumb I am
2009-05-24 Peter Rabbitson Make sure we do not clobber search attributes when...
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-06 Justin Hunter fix old test using new bind vars (no more interpolating)
2009-05-06 Peter Rabbitson Merge 'subquery' into 'count_distinct'
2009-05-01 Justin Hunter cleanup/fix some broken tests
2009-03-22 Peter Rabbitson New SQLA::Test handles () differences *much* better...
2009-03-12 Michael Reddick added failing from => rs->as_query test
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-22 Rob Kinyon Added support for subqueries in the select and +select...
2009-02-20 Rob Kinyon Added depedency guards
2009-02-20 Michael Reddick fixed from => subquery test. added from => nested subqu...
2009-02-19 Michael Reddick added another TODO test for a nested from =>
2009-02-18 Rob Kinyon Marked tests as TODO for later
2009-02-18 Rob Kinyon Fixed a test expectation so the right failure is reported
2009-02-18 Rob Kinyon Alias properly checks ->{attrs}{alias}
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-18 Rob Kinyon The tests are truly failing tests
2009-02-18 Rob Kinyon Added TODO tests for +select and from with as_query
2009-02-18 Rob Kinyon Moved the actual subquery test to a new subquery testfile