Resolve $rsrc instance duality on metadata traversal
[dbsrgits/DBIx-Class.git] / t / search /
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2014-09-19 Peter Rabbitson Properly handle empty group_by/order_by
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-09-15 Peter Rabbitson Adjust for SQLA's API change 966200cc8
2014-09-03 Peter Rabbitson Fix condition collapser corrupting -X operators
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-04-24 Peter Rabbitson Stop instantiating a cursor on single() use
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-03-25 Peter Rabbitson Fix test warnings left in by 11343b34
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2012-04-11 Peter Rabbitson Fix broken tests that would fail in future SQL::Abstract
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2011-11-25 Peter Rabbitson Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-11-10 Peter Rabbitson Die on search in void context
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
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-11 Arthur Axel "fREW... fix another ordering issue
2010-02-11 Arthur Axel "fREW... fix a test due to ordering issues
2010-02-11 Peter Rabbitson MOAR testing
2010-02-05 Peter Rabbitson SQLA now fixed
2010-02-05 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-01-22 Peter Rabbitson Chaining POC test
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Getting warmer
2010-01-15 Peter Rabbitson One more sql-test fix and changes
2009-12-12 Peter Rabbitson Real test for search_related and prefetch
2009-12-12 Peter Rabbitson Extra test to highlight search_related inefficiency
2009-09-04 Peter Rabbitson Dumper follies
2009-08-27 Peter Rabbitson Add a test proving how dumb I am
2009-06-10 Peter Rabbitson Duh, this was a pretty simple bug
2009-06-10 Peter Rabbitson Finally commit trully failing test
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
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