Conversion of eval => try (part 1)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema / Versioned.pm
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-03-05 Andrew Moore Fix regression where SQL files with comments were not...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-12 Peter Rabbitson Move sqlt dephandling to Optional::Deps
2010-01-31 Arthur Axel "fREW... cleanup (3 arg open, 1 grep instead of 3)
2010-01-26 Peter Rabbitson No need for 2 statements to get the version
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-17 Peter Rabbitson Real detabify
2010-01-14 Nigel Metheringham Changes to support multiple step schema version updates
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-23 Peter Rabbitson Fix ::Versioned regression introduced in r7925
2009-11-19 Peter Rabbitson Bail out eary in Versioned if no versioning checks...
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-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-05-19 Justin Hunter I think I got it right this time
2009-05-19 Justin Hunter doc patch per amiri
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-03-31 Jess Robinson Fix my email address in AUTHOR
2009-03-11 Wallace Reis removed configure_sqlt method
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2008-08-27 John Goulah adding contact details per lukes request; added docs...
2008-08-26 John Goulah virtual method so user can create upgrade path across...
2008-08-07 Luke Saunders separated upgrade statement execution to new method
2008-07-15 Luke Saunders removed EXPERIMENTAL notices
2008-07-15 Luke Saunders major versioning doc refactor
2008-07-14 Luke Saunders reordered methods of Versioned.pm and factored the...
2008-07-09 Luke Saunders fixed versioned stuff to strip BEGIN from sql files
2008-07-07 Luke Saunders moved schema_version from Versioning to core
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-30 Nigel Metheringham Corrected spelling of TRANSACTION in code reading sql...
2008-06-27 Luke Saunders changed default behaviour of do_upgrade in versioned...
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
2008-03-04 Luke Saunders improved docs and added env var to skip version checks...
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-28 Luke Saunders removed startup comment if no action required
2008-02-28 Luke Saunders lowercased column names of versions table
2008-02-28 Luke Saunders cleaned up get_db_version
2008-02-28 Luke Saunders hack bugfix for sqlt_type weirdness
2008-02-28 Luke Saunders changed versioning table from SchemaVersions to dbix_cl...
2008-02-27 Luke Saunders increased sqlt rev dep
2008-02-14 Luke Saunders fixed versioned loading split bug
2008-02-09 Luke Saunders sanified layout of Versioned.pm and documented changes
2007-11-25 Luke Saunders upgrade will only produce a diff between the DB and...
2007-11-24 Ash Berlin Change diffing code to use $sqlt_schema. Sort tables...
2007-10-24 Luke Saunders fixed broken regex when reading sql files
2007-10-23 Luke Saunders fixed versioning test and checked db and schema version...
2007-08-21 Luke Saunders determines parser from dbh driver name and gives parser...
2007-08-21 Luke Saunders works well, we now just require a nice way to deploy...
2007-08-15 Luke Saunders moved upgrade file reading into upgrade from _on_connect
2007-08-15 Luke Saunders tests are a mess, but Versioned.pm should work now
2007-08-15 Luke Saunders created ->get_db_version and moved all overridable...
2007-08-10 Tom Hukins Fix package names in documentation
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-06-17 Matt S Trout 0.08001 because I'm an idiot
2007-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2007-05-30 Matt S Trout added schema_version method to bypass version.pm
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!
2006-05-22 Jess Robinson Ensure connected so we get the correct DBI::Foo type
2006-05-19 Jess Robinson Rename to Versioned.pm and other changes
2006-05-10 Jess Robinson Rename according to mst ;)