Change diffing code to use $sqlt_schema. Sort tables in parser
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema / Versioned.pm
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 ;)