X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=483985f12884442c98b995e86eee7d7c7846b26d;hb=6dfbe2f861ff0d52f5b370a9059334ba8339be51;hp=1b5b7d6cd3f6739e0ae105ac28e5650e6d939d15;hpb=3ad8d9f161afa5bbddf70b150319f830a50c7f2c;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1b5b7d6..483985f 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,18 @@ Revision history for DBIx::Class + - Perl 5.8.1 is now the minimum supported version + - Subqueries no longer marked experimental - might_have/has_one now warn if applied calling class's column has is_nullable set to true. + - Fixed regression in deploy() with a {sources} table limit applied + (RT#52812) - Cookbook POD fix for add_drop_table instead of add_drop_tables - Views without a view_definition will throw an exception when parsed by SQL::Translator::Parser::DBIx::Class + - Schema POD improvement for dclone + - Fix regression in context sensitiveness of deployment_statements + - Fix regression resulting in overcomplicated query on + search_related from prefetching resultsets 0.08115 2009-12-10 09:02:00 (CST) - Real limit/offset support for MSSQL server (via Row_Number)