X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4f1167cfbd74a841bdbafab3c3191534a30a3d69;hb=3170049a4e06723c0ce480532dd25d6c3e4847f6;hp=cfaacabdef34e2f9ad58267fbf7a78492df68586;hpb=f74d22e2933e0ffed5955df8f35b47a4b096d6ef;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index cfaacab..4f1167c 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,18 @@ Revision history for DBIx::Class + * New Features / Changes + - Allow schema cloning to mutate attributes + - DBIC now attempts more aggressive de-duplication of where + conditions on resultset chaining + + * Fixes - Fix issue where the query was becoming overly mangled when trying to use pagination with a query that has a sub-select in the WHERE - clause. + clause + - Revert "Fix incorrect signature of the default sqlt_deploy_hook" + from 0.08191 - documentation was in fact incorrect, not the code + - Fix Sybase ASE IC::DateTime support (::Storage going out of sync + with new default format expected by DateTime::Format::Sybase) 0.08192 2011-05-10 04:20 (UTC) * Fixes