Fix last remaining tests with -T under < 5.10
[dbsrgits/DBIx-Class.git] / t / 94versioning.t
2016-04-25 Peter Rabbitson Fix last remaining tests with -T under < 5.10
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
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-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson More robust test suite skip-checks, check ENV before...
2011-07-19 Rafael Kitover fix a couple test failures on Win32
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-07-08 Peter Rabbitson Cleanup shebang lines of all maint/example scripts...
2010-05-16 Ash Berlin Fix how Schema::Versioned gets connection attributes
2010-03-05 Andrew Moore Fix regression where SQL files with comments were not...
2010-02-12 Peter Rabbitson Move sqlt dephandling to Optional::Deps
2010-01-19 Peter Rabbitson Fix last pieces of retardation and UNtodo the quick...
2010-01-19 Peter Rabbitson More cleanup
2010-01-19 Peter Rabbitson Botched merge (tests still fail)
2010-01-19 Peter Rabbitson Merge 'trunk' into 'multiple_version_upgrade'
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Test cleanup
2010-01-14 Nigel Metheringham Changes to support multiple step schema version updates
2009-10-09 Peter Rabbitson Skip versioning test on really old perls lacking Time...
2009-09-18 Peter Rabbitson This code belogs in Storage::DBI
2009-09-02 Peter Rabbitson Centralize handling of minimum sqlt version to DBIx...
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-10 Peter Rabbitson Require DBICTest.pm in all tests even if it is not...
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2009-01-08 Wallace Reis reverting changes for versioning tests
2009-01-08 Wallace Reis >result_source_instance->source_name should return...
2008-10-24 Peter Rabbitson Count warnings differently, as SQLT produces some weird...
2008-10-12 Peter Rabbitson TODOify the 'upgrade twice within a second' problem...
2008-10-07 Peter Rabbitson duh
2008-10-07 Peter Rabbitson Schema::Versioned test cleanups:
2008-09-21 Peter Rabbitson Unregister a source before registering it again
2008-08-21 Peter Rabbitson Properly local()ize several $SIG{__WARN__} handlers
2008-07-15 Luke Saunders major versioning doc refactor
2008-07-04 Luke Saunders made versioning overwrite ddl and diff files where...
2008-06-30 Luke Saunders implemented versioning tests for version warns
2008-06-30 Luke Saunders added ignore_version connect attr and updated docs...
2008-06-10 Luke Saunders added some perldoc
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-28 Luke Saunders changed versioning table from SchemaVersions to dbix_cl...
2008-02-09 Luke Saunders sanified layout of Versioned.pm and documented changes
2007-10-23 Luke Saunders fixed versioning test and checked db and schema version...
2007-08-15 Luke Saunders tests are a mess, but Versioned.pm should work now
2007-06-17 Matt S Trout 0.08001 because I'm an idiot
2007-06-05 Brandon L. Black Fixed up SQLT test/runtime deps
2007-05-10 Brandon L. Black Got rid of effectively dead dbh_do code in the txn_...
2007-01-31 Jess Robinson Ahem, now passes -c too
2007-01-31 Jess Robinson Oops, cross-platform filename checking!
2006-11-23 Jess Robinson Add backup_directory, make tests cleanup
2006-11-22 Jess Robinson Fix tests, remove some random rints
2006-10-06 Jess Robinson Versioning! With tests! Woo!