From: Peter Rabbitson Date: Thu, 7 May 2009 17:11:46 +0000 (+0000) Subject: Changes, remove merged branch X-Git-Tag: v0.08103~116 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=568bde84c040bb860c09ce1b92f2b5e5577d37fd;p=dbsrgits%2FDBIx-Class.git Changes, remove merged branch --- diff --git a/Changes b/Changes index 58c5737..0704243 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,9 @@ Revision history for DBIx::Class - Refactor DBIx::Class::Storage::DBI::Sybase to automatically load a subclass, namely Microsoft_SQL_Server.pm - (similar to DBIx::Class::Storage::DBI::ODBC) + (similar to DBIx::Class::Storage::DBI::ODBC) + - Proper support for update/delete of joined resultsets + (using IN => $sub_rs->as_query) 0.08102 2009-04-30 08:29:00 (UTC) - Fixed two subtle bugs when using columns or select/as