X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=074cbf0bc8808db9c81fc2babda74287de64239e;hb=22ed9526e0504bbfbd6b288302160224f50e58f0;hp=ade471a2a3b0358257f6d78a8318cca3f219a2b3;hpb=ea60f9a9f764df56a6b8d574e4ea2d2ab8e22dce;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ade471a..074cbf0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ 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 + - Fixed set_$rel with where restriction deleting rows outside + the restriction + +0.08107 2009-06-14 08:21:00 (UTC) + - Fix serialization regression introduced in 0.08103 (affects + Cursor::Cached) + - POD fixes + - Fixed incomplete ::Replicated debug output + 0.08106 2009-06-11 21:42:00 (UTC) - Switched SQLite storage driver to DateTime::Format::SQLite (proper timezone handling)