X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=62fc9e2230d28febd4a2b6a270e6cf78f86ad407;hb=eda7bc2a162f98338263f0833b818d8e493079e2;hp=38320539c85f84a8d871c7042e5f19836a210213;hpb=33cf66162eaf342c26916fcd5987393d5ce1de72;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 3832053..62fc9e2 100644 --- a/Changes +++ b/Changes @@ -1,11 +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 0.08008 2007-11-16 14:30:00 - Fixed join merging bug (test from Zby)