X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ab6d6fbd90b053c01abfb09e75ebb7e74d69f1ca;hb=7ed3d6dc7d83264aa67108ec304985c0116d6009;hp=7e7d7d9679930a9115926a170c5f726562f7c352;hpb=bcd264195a5ab28e03232464f786c155524a12a9;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 7e7d7d9..ab6d6fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for DBIx::Class + +0.05999_04 + - Fix for delete on full-table resultsets + - Removed caching on count() and added _count for pager() + - ->connection does nothing if ->storage defined and no args + (and hence ->connect acts like ->clone under the same conditions) + - Storage::DBI throws better exception if no connect info + - columns_info_for made more robust / informative + - ithreads compat added, fork compat improved - weaken result_source in all resultsets + - Make pg seq extractor less sensitive. 0.05999_03 2006-03-14 01:58:10 - has_many prefetch fixes