X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=b0e0a2ad934b2848c72f9c5a5f47e13e82a09f40;hp=b91006b125c56a0d79a59a656dbcb0dae53eb8c3;hb=652452208e616becca6cfd0f16956339410da6d0;hpb=a8c2c746a5bb98671cbe3a58f26cd115b7770cf9 diff --git a/Changes b/Changes index b91006b..b0e0a2a 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,12 @@ Revision history for DBIx::Class - FilterColumn now passes data through when transformations are not specified rather than throwing an exception. - Optimized RowNum based Oracle limit-dialect (RT#61277) + - Requesting a pager on a resultset with cached entries now + throws an exception, instead of returning a 1-page object + since the amount of rows is always equal to the "pagesize" + - $rs->pager now uses a lazy count to determine the amount of + total entries only when really needed, instead of doing it + at instantiation time * Fixes - Fix memory leak during populate() on 5.8.x perls