Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema / Versioned.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-04-14 Peter Rabbitson Remove one level of indirection in Versioned on_connect
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-01 Peter Rabbitson Stop loading Time::HiRes in the base test schema -...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2014-07-21 Peter Rabbitson Add internal assertion guard for some indirect calls...
2013-08-08 David Steinbrunner typo fixes
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2011-06-17 David Schmidt explicit int cast, prevents the result rounding up...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2010-10-20 Arthur Axel 'fREW... add SEE ALSO
2010-10-13 Peter Rabbitson Undocument lies
2010-08-13 Peter Rabbitson Fix Verisoned.pm to not issue queries that break down...
2010-06-01 Peter Rabbitson Versioned compat code connects too early
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-31 Peter Rabbitson Fix Schema::Versioned borkage
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-17 Ton Voon Revert to eval instead of try::tiny because no check...
2010-05-17 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-16 Ash Berlin Fix how Schema::Versioned gets connection attributes
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-05-07 Eden Cardim dbicadmin can now install non-versioned schemas
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
next