X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=63a480cca24ad42a2b537101a894ac1bf3b9d71d;hb=6ada2587668dda14733d99c74316fd83b5491aed;hp=0ef73524cf09f4d0eef2193797bcbe896e92d73b;hpb=65ee2b310ad73016954038d8504b6de5d4b10641;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 0ef7352..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,10 +34,16 @@ 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 (solves the problem of orphaned IC::FS files) + - Fully qualify xp_msver selector when using DBD::Sybase with + MSSQL (RT#57467) + - Fix ::DBI::Storage to always be able to present a full set of + connect() attributes to e.g. Schema::Versioned * Misc - Add a warning to load_namespaces if a class in ResultSet/