Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / storage /
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-21 Peter Rabbitson Scope::Upper somehow confuses pseudofork on older perls...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2012-12-15 Peter Rabbitson I was wrong about 2d12a809 - the crash is real
2012-12-15 Peter Rabbitson Run t/storage/global_destruction.t using SQLite as...
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-10-05 Peter Rabbitson Fix test using legacy order_by spec
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-09-01 Dagfinn Ilmari Man... Revert "Fix t/storage/reconnect.t when run as root"
2012-09-01 Dagfinn Ilmari Man... Fix t/storage/reconnect.t when run as root
2012-07-10 Rafael Kitover preload threads.pm in storage/txn.t for fork error
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-17 Rafael Kitover remove some Win32 workarounds in tests from cygwin
2012-03-16 Peter Rabbitson Add all storage instances to the test suite leaktracing...
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2012-03-14 Rafael Kitover fix Win32 file use error in t/storage/reconnect.t
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-29 Peter Rabbitson More test fixes following 4a425300 and new DBD::SQLite...
2011-11-25 Peter Rabbitson Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-11-25 Peter Rabbitson Switch the nobindvars test from MySQL to the always...
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
2011-10-25 Peter Rabbitson Fix segfault in t/storage/quote_names.t
2011-07-19 Rafael Kitover fix a couple test failures on Win32
2011-07-06 Alexander Hartmaier fixed failing test when DBIC_TRACE_PROFILE is set
2011-07-04 Rafael Kitover check database driver dependencies for tests
2011-06-17 Peter Rabbitson Open the logfile in append mode
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-08 Peter Rabbitson Make sure the component_class autoloader works across...
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-24 Peter Rabbitson Fix quote_names assumption of DBD::* availability
2011-02-22 milki Patch to schema->deploy against a file
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Cleanup some of the storage tests (no func. changes)
2011-01-19 Peter Rabbitson Skip test on smokers with broken Moose
2010-12-28 Peter Rabbitson Fix a deadlock-prone test
2010-12-28 Peter Rabbitson Stop t/storage/error from failing on memory-leaking...
2010-12-27 Peter Rabbitson Extra test for Replicated debug (forgotten in 8592e2d1)
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Suppress replicated test warnings on win32 as well
2010-11-18 Peter Rabbitson Fix 2 stupid omissions in tests
2010-11-10 Peter Rabbitson Die on search in void context
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-27 Peter Rabbitson Latest DBD::SQLite really went to shit >:(
2010-10-27 Peter Rabbitson Fail gracefully on Config::Any PROFILE-loading errors
2010-10-26 Peter Rabbitson Break out the txn_scope_guard tests, some cleanup
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-10-21 Peter Rabbitson Make sure t/storage/debug.t passes with DBIC_TRACE_PROF...
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2010-10-10 Peter Rabbitson Entire test suite passes under DBIC_TRACE=1
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-17 Peter Rabbitson Fix forgotten external-$dbh test warnings
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Remove duplicate test (same as end of t/storage/error.t)
2010-09-16 Arthur Axel 'fREW... DBIC_TRACE_PROFILE
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-07-04 Peter Rabbitson Quieter replicated test
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Do not run test without sqlt
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Peter Rabbitson Rewrite test (no functional changes)
2010-05-03 Peter Rabbitson Fix test warning
2010-04-27 Peter Rabbitson Rename test
2010-04-27 Peter Rabbitson Better comment
2010-04-27 Peter Rabbitson Better concurrency in test (parent blocks)
2010-04-26 Peter Rabbitson Bizarre fork failure
2010-04-20 Robert Buels create_ddl_dir mkpaths its dir if necessary. also...
2010-04-14 Rafael Kitover support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
2010-02-19 Peter Rabbitson Some test cleanups
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-10 Rafael Kitover Merge 'trunk' into 'handle_all_storage_methods_in_repli...
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-01-27 Peter Rabbitson Merge some cleanups from the prefetch branch
2009-11-02 Rafael Kitover minor test code cleanup
2009-11-02 Rafael Kitover minor fix to last committed test
2009-11-02 Rafael Kitover add test to display unhandled methods
2009-10-31 Rafael Kitover pass sqlite_version to SQLT
2009-10-16 Peter Rabbitson Fix test to stop failing when DT-support is not present
2009-10-03 Peter Rabbitson Add failing tests for RT#50003
2009-10-03 Peter Rabbitson Test reorg (no changes)
2009-09-25 Rafael Kitover test on_connect_do with a coderef connect_info too
next