X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5ebf0e7fc5117ad26ffc9b7c3151335e81680ebd;hb=2284af7e437db36ac5ab4defa6dd7085a16a58fe;hp=e31367abfddd0fdefe8c563dd5b558ee75735d51;hpb=6d82e10312630b4eafd53d667cd5e74f27739c7a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e31367a..5ebf0e7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for DBIx::Class + - Fixed regression when both page and offset are specified on + a resultset + - Fixed HRI returning too many empty results on multilevel + nonexisting prefetch + - Fixed the prefetch with limit bug + - New resultsed method count_rs, returns a ::ResultSetColumn + which in turn returns a single count value + - make_column_dirty() now overwrites the deflated value with an + inflated one if such exists + 0.08107 2009-06-14 08:21:00 (UTC) - Fix serialization regression introduced in 0.08103 (affects Cursor::Cached)