X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9b4179ee125c3fd4e0452c57566e2d64c00454c6;hb=7077c96d00d2b539de5943ad18d3e9724af80199;hp=2a2c251eb550d53f7576e439d61cacde90bc8fc2;hpb=632d1e0fcec8dd0b2ba1c2f9f616bf92aa22e2b3;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 2a2c251..9b4179e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ 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 + - The Ordered component is now smarter wrt reordering of dirty + objects, and does its job with less storage queries + + * 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 + - 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 - Fix serious regression on SQLite, corrupting data when an alphanum value does not correspond to a stale numeric datatype in colinfo