fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / t / storage /
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-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
2009-09-06 Peter Rabbitson Stop eating exceptions in ::Storage::DBI::DESTROY
2009-09-06 Peter Rabbitson Streamline test
2009-09-06 Peter Rabbitson Add mysterious exception test
2009-09-04 Peter Rabbitson Dumper follies
2009-08-30 Peter Rabbitson Changes
2009-08-30 Peter Rabbitson Minor cleanup and test enhancement
2009-08-30 Rafael Kitover add dbh_maker option to connect_info hash
2009-08-25 Peter Rabbitson Fix two storage tests
2009-08-25 Peter Rabbitson Move storage tests to their own dir