Cleanup shebang lines of all maint/example scripts, remove from tests entirely
[dbsrgits/DBIx-Class.git] / t / 94versioning.t
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!