X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7514185dbc3b5052cee8c46ab35527e6eb5e47f7;hb=bb1329e09c7115768ffe2d52a4d70fff9549cd9d;hp=6b6b893d2666a577b8622fea99613ac83a31aca9;hpb=037e8dca0dd1700345e2a36f78b399b59b8de99a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 6b6b893..7514185 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for DBIx::Class + - Add as_subselect_rs to DBIC::ResultSet from + DBIC::Helper::ResultSet::VirtualView::as_virtual_view + - Depend on newest bugfixed Moose + - Make resultset chaining consistent wrt selection specification + - Storage::DBI::Replicated cleanup + - Fix autoinc PKs without an autoinc flag on Sybase ASA + +0.08118 2010-02-08 11:53:00 (UTC) + - Fix a bug causing UTF8 columns not to be decoded (RT#54395) + - Fix bug in One->Many->One prefetch-collapse handling (RT#54039) + - Cleanup handling of relationship accessor types + +0.08117 2010-02-05 17:10:00 (UTC) - Perl 5.8.1 is now the minimum supported version - Massive optimization of the join resolution code - now joins will be removed from the resulting SQL if DBIC can prove they