X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0f959b22dc97b68a4de09eadda6b374b226f00b5;hb=9334ac2606ee91e9d3b6bd251e1aa3dfd60618a3;hp=c6454fb8b5d5c9fc9ce224e9b972747833111fdd;hpb=0c1d5b472c4a25217e297e07c4392932061554fb;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index c6454fb..0f959b2 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,15 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - rescan now reloads all tables + - minor type info improvements for all DBs + - fix erroneous default_value for MySQL NOT NULL columns (RT#57225) + - remove is_deferrable => 1 from default for belongs_to rels + - better type info for Oracle + - preliminary Informix support - unregister dropped sources on rescan - - added 'preserve_case' option with support for SQLite, mysql, MSSQL and - Firebird/InterBase; removed the MSSQL 'case_sensitive_collation' and - the Firebird/InterBase 'unquoted_ddl' options in favor of it. + - added 'preserve_case' option with support for all DBs where it makes + sense; removed the MSSQL 'case_sensitive_collation' and the + Firebird/InterBase 'unquoted_ddl' options in favor of it. - support CamelCase table names and column names (in case-preserving mode) at the v7 naming level - rewrite datetime default functions as \'CURRENT_TIMESTAMP' where