X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=62fc9e2230d28febd4a2b6a270e6cf78f86ad407;hb=eda7bc2a162f98338263f0833b818d8e493079e2;hp=8f1ceaa19247ba0031bb7d15f3385353aa0001f3;hpb=ad1446da81fb41c67d0b19ebbb00d0ae328233d1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8f1ceaa..62fc9e2 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ Revision history for DBIx::Class + + - Added Storage::DBI subclass for MSSQL over ODBC. + - Added freeze, thaw and dclone methods to Schema so that thawed + objects will get re-attached to the schema. + - Moved dbicadmin to JSON::Any wrapped JSON.pm for a sane API + - introduced DBIx::Class::set_inflated_columns + - DBIx::Class::Row::copy uses set_inflated_columns - Versioning refactored - - Row::insert will now not fall over if passed duplicate related objects 0.08008 2007-11-16 14:30:00 - Fixed join merging bug (test from Zby)