From: Peter Rabbitson Date: Mon, 31 May 2010 22:08:28 +0000 (+0000) Subject: Changes X-Git-Tag: v0.08122~41^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=6ada2587668dda14733d99c74316fd83b5491aed;hp=80c2bbe8aa8ce8299baa88270ef930be6e5eecac Changes --- diff --git a/Changes b/Changes index 9dd6ebf..63a480c 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,8 @@ Revision history for DBIx::Class - ::Storage::DBI now correctly preserves a parent $dbh from terminating children, even during interpreter-global out-of-order destruction + - dbicadmin supports an -I option with the same semantics as + perl itself - InflateColumn::DateTime support for MSSQL via DBD::Sybase - Millisecond precision support for MSSQL datetimes for InflateColumn::DateTime @@ -32,6 +34,8 @@ Revision history for DBIx::Class - update() on row not in_storage no longer throws an exception if there are no dirty columns to update (fixes cascaded update annoyances) + - Fix dbicadmin to allow deploy() on non-versioned schema + - Fix dbicadmin to respect sql_dir on upgrade() (RT#57732) - Update Schema::Versioned to respect hashref style of connection_info - Do not recreate the same related object twice during MultiCreate