X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f3edc1f7ded2fce1e6d45ffef45b9e02bcb0a9b6;hb=84e3c1143175058ea5d3d24eb31d529be09a6806;hp=7e7d7d9679930a9115926a170c5f726562f7c352;hpb=bcd264195a5ab28e03232464f786c155524a12a9;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 7e7d7d9..f3edc1f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx::Class + - ->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