X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=eff7ca2dbfbbda11987b70a59bc63eba337423dc;hb=refs%2Ftags%2F0.07029;hp=17046551a4b687106c18a86e8d8160fba97f1822;hpb=8990a2b23d98bcb87da292ee3731de3ac4f1b86f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 1704655..eff7ca2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Perl extension DBIx::Class::Schema::Loader +0.07029 2012-09-05 16:41:56 + - Oracle: introspect ON DELETE and DEFERRABLE FK clauses + - Oracle WARNING: on_delete is now 'NO ACTION' by default, not + 'CASCADE'. on_update is now 'NO ACTION' by default (Oracle does not + have update rules, this was done to preserve the behavior of the + schema when cross-deploying to SQLite.) is_deferrable is now + 0 by default, not 1. + - DB2: introspect ON DELETE/UPDATE FK clauses + - DB2 WARNING: the default for on_delete/on_update is now 'NO ACTION' + not 'CASCADE', the default for is_deferrable is still 1 because DB2 + does not have deferrable constraints. + - SQLite: introspect ON DELETE/UPDATE and DEFERRABLE FK clauses + - SQLite WARNING: the default for on_delete/on_update is now 'NO ACTION' + not 'CASCADE', and the default for is_deferrable is now 0 not 1. + 0.07028 2012-08-30 05:32:42 - MSSQL: introspect ON DELETE/UPDATE clauses for foreign keys - MSSQL WARNING: the default for on_delete/on_update is now 'NO ACTION'