From: Luke Saunders Date: Wed, 24 May 2006 14:06:35 +0000 (+0000) Subject: added changes from resultset-new-refactor X-Git-Tag: v0.07002~75^2~175 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b808233bac3e42b03c7b7e9232c1fed4ae9c297;p=dbsrgits%2FDBIx-Class.git added changes from resultset-new-refactor --- diff --git a/Changes b/Changes index 09b5682..f26e8b0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class + - add ResultSetColumn + - refactor ResultSet code to resolve attrs as late as poss + - merge prefetch attrs into join attrs - add +select and +as attributes to ResultSet - added AutoInflate::DateTime component - refactor debugging to allow for profiling using Storage::Statistics