X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fd0f30713fd9972a6ba2b16e8f84acf436440526;hb=a786c4585f8e11878b20e541aca3a9dc752ce4b9;hp=ef4b4a3414fd637c8ecba38c7f76932939d714b4;hpb=3eee36aa81bcc92e08856b64a08ea099316b55ff;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ef4b4a3..fd0f307 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ Revision history for DBIx::Class + - Fix a bug causing UTF8 columns not to be decoded (RT #54395) + +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 + are not referenced by anything - Subqueries no longer marked experimental + - Support for Informix RDBMS (limit/offset and auto-inc columns) + - Support for Sybase SQLAnywhere, both native and via ODBC - 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 @@ -10,8 +18,12 @@ Revision history for DBIx::Class parsed by SQL::Translator::Parser::DBIx::Class - Stop the SQLT parser from auto-adding indexes identical to the Primary Key + - InflateColumn::DateTime refactoring to allow fine grained method + overloads - Fix ResultSetColumn improperly selecting more than the requested column when +columns/+select is present + - Fix failure when update/delete of resultsets with complex WHERE + SQLA structures - Fix regression in context sensitiveness of deployment_statements - Fix regression resulting in overcomplicated query on search_related from prefetching resultsets @@ -24,6 +36,8 @@ Revision history for DBIx::Class - New MSSQL specific resultset attribute to allow hacky ordered subquery support - Fix nasty schema/dbhandle leak due to SQL::Translator + - Initial implementation of a mechanism for Schema::Version to + apply multiple step upgrades - Fix regression on externally supplied $dbh with AutoCommit=0 - FAQ "Custom methods in Result classes" - Cookbook POD fix for add_drop_table instead of add_drop_tables