X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=63a480cca24ad42a2b537101a894ac1bf3b9d71d;hb=697d7cd9163e9778c36dfb69b2da6625e8017020;hp=9dd6ebfd4cfcb3a4532e5ab4ad45f977bd76cc60;hpb=f76f761c646505aafa2d02ed8c5f615858c82a9e;p=dbsrgits%2FDBIx-Class.git 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