refactor code needing version
[dbsrgits/DBIx-Class.git] / t / storage /
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-05-27 Peter Rabbitson Consolidate pg/mysql and standalone SQLite savepoint...
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-01-23 Peter Rabbitson Adjust todo escape, use travis-provided 5.8 for one...
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2014-01-23 Peter Rabbitson GAH! DBD::SQLite's sqlite_db_filename() is relatively...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-21 Peter Rabbitson Stop using precomputed SQLite testdb name, fix test...
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2013-12-13 Peter Rabbitson Remove 37b5ab51 test warnings on older perls
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-10-02 Peter Rabbitson Proper fix for t/storage/replicated.t (augments 617474ab7e)
2013-10-01 Dagfinn Ilmari Man... Fix t/storage/replicated.t class loading problem
2013-07-18 Peter Rabbitson Tests no longer fail if $ENV{DBI_DSN} is set
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-20 Peter Rabbitson Cleanup logic of _determine_driver - do not fire unless...
2013-04-11 Peter Rabbitson Add a TODO to catch when Text::Balanced RT#74994 is...
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
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
next