Only normalize conditions during resolution time, instead on every ->search
[dbsrgits/DBIx-Class.git] / t / row /
2016-06-07 Peter Rabbitson Base more tests on DBICTest::BaseSchema (needed further up)
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-12 Peter Rabbitson Add extra (passing) test for operations on sourceless...
2015-05-20 Peter Rabbitson Add extra (passing) test for operations on sourceless...
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-09-08 Peter Rabbitson Fix for gut-reaching travesty as reported by gbjk
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-27 Peter Rabbitson Fix set_column on non-native (+columns) selections...
2014-06-04 Peter Rabbitson Do not skip running from_storage filter when a NULL...
2014-06-04 Peter Rabbitson Use a nullable column for the ::FC test
2014-06-04 Peter Rabbitson Teach FC about literals
2014-06-04 Peter Rabbitson A number of equivalent-logic ::FC refactors
2014-06-04 Peter Rabbitson Clarify FC/IC conflict exception
2014-06-04 Peter Rabbitson Call mro reinit in tests only on 5.8
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-16 Nigel Metheringham FilterColumn tweaks - docs and parameter tests
2010-08-13 Peter Rabbitson Some TODO test revisions prompted by RT#59565
2010-05-10 Peter Rabbitson Maintain full coherence between filtered cache and...
2010-05-07 Arthur Axel "fREW... no filter and inflate column
2010-05-06 Peter Rabbitson Play nicer with lower-level methods
2010-05-05 Arthur Axel "fREW... test caching
2010-04-15 Arthur Axel "fREW... method and arg rename
2010-04-15 Arthur Axel "fREW... better namiology
2010-04-14 Arthur Axel "fREW... test db in MC
2010-04-14 Arthur Axel "fREW... MultiCreate test
2010-04-14 Arthur Axel "fREW... working filter column impl
2010-04-14 Arthur Axel "fREW... basic tests and a tiny fix
2010-04-13 Arthur Axel "fREW... change names wrap accessors
2010-03-13 Moritz Onken reverting 8995, was supposed to go to a branch
2010-03-13 Moritz Onken call inflate_result on new_result, but not from the...
2010-03-13 Moritz Onken test the dynamic subclassing example
2010-03-04 Peter Rabbitson Fix identity fiasco