X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c63bd80a10a2cb43c116d522a985958f7ae63cea;hb=b4dcbcc573df920180bdda4b8f3f226a8a8282f9;hp=1d52a8999a8c62c98e8e62a8740dbc526c4f939f;hpb=6c7e99dbe562be249a8f58ba5570f5effeede6f9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 1d52a89..c63bd80 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,22 @@ Revision history for Perl extension DBIx::Class::Schema::Loader -0.04999_07 Not Yet Released + - Only redump the files when something has actually changed + - Place a warning at the top of the files saying 'do not modify' to + match the one at the bottom of the auto-gen'd section + +0.04999_08 2009-08-28 + - Replace UNIVERSAL::require with Class::C3::Componentised + - Add Sybase/MSSQL support through DBD::Sybase + - use $dbh->get_info(29/41) for qote_car/name_sep if available (semifor) + - add MSSQL support through DBD::ODBC + - support MSSQL table names with a '.' in the name + - support MySQL CURRENT_TIMESTAMP() + +0.04999_07 2009-04-18 - Add result_base_class and schema_base_class options (RT #43977) + - Ignore duplicate uniq indices (including duplicates of the PK). + - Fix for DBD::SQLite 1.20 + - Fix for DBIx::Class 0.08100 0.04999_06 Tue Nov 11, 2008 - Singularise table monikers by default