X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=234c658105d48588faad5cafc8ad1d9a7a9b3a2a;hb=71829446a4a4520d835971cf8376297d57315940;hp=9dcc0e0ff9b282f760965be0046bc127a81df601;hpb=00ce6c2048daa911610b457dcc69a521a2c85f4c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 9dcc0e0..234c658 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,20 @@ Revision history for DBIx::Class -0.08190_01 2011-05-02 15:00 (UTC) + + * New Features / Changes + - Allow schema cloning to mutate attributes. + + * 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. + +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 + +0.08191 2011-05-02 00:45 (UTC) (deleted from CPAN) * New Features / Changes - Add quote_names connection option. When set to true automatically sets quote_char and name_sep appropriate for your RDBMS