Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / storage /
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-07-14 Peter Rabbitson Add more forceful (STDERR-direct) warning emitter
2016-04-28 Peter Rabbitson Missed test spewing odd debug after fd2c6658f (slave...
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-03-30 Paul Mooney Avoid infinite loop if save point does not exist
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-03-30 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-23 Peter Rabbitson Make sure handling of exception_action is recursion...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-03 Peter Rabbitson (optdeps) One last pass through tests, streamline skip...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Cleaner assertion envvar handling
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-27 Peter Rabbitson Make sure Win32-like DBICTest checks are not tripped...
2016-01-27 Peter Rabbitson Even more elaborate txnguard testing, augmenting 6e102c8f
2016-01-22 Peter Rabbitson Throw away remnant commented out in 36099e8c
2016-01-22 Peter Rabbitson Relax overly aggressive exception-well-formedness check...
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2016-01-20 Dagfinn Ilmari Man... (travis) Add DB2 to the CI lineup
2016-01-20 Peter Rabbitson Audit/simplify various ->is_* runmode specs
2015-11-03 Peter Rabbitson Fix test failure on 5.8.x with DBIC_TRACE=1 (introduced...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson (travis) When running under CI make t/storage/quote_nam...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-09-08 Peter Rabbitson Fix failing tests with DBICTEST_SYBASE_DSN set
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-08-12 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-08-12 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-08-12 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-06-10 Peter Rabbitson Make sure tests still pass in a fork-limited environment
2015-05-27 Dagfinn Ilmari Man... Fix t/storage/quote_names.t failures, caused by lazily...
2015-04-04 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-10 Peter Rabbitson Introduce ad hoc requirements and add skip_without...
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-07-31 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
2014-07-08 Peter Rabbitson Switch DBIC::Storage::Statistics to Moo (for trial...
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-07-07 Peter Rabbitson Stop permanently enabling autoflush on the debug filehandle
2014-07-07 Peter Rabbitson Expand closed STDERR test, check actual exception
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"
next