X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=848938345fd0a1543e6d64e4d08878b1ee71fbe4;hp=72aa3a40796694aa7cbc0570285868fe759b30f2;hb=f077b8f584204b0e7d90b011199e88de0ef16755;hpb=324bc21498b1df5a13c87bbd5209b85985d1743f diff --git a/Changes b/Changes index 72aa3a4..8489383 100644 --- a/Changes +++ b/Changes @@ -31,8 +31,10 @@ Revision history for DBIx::Class problems with search_related chaining - Deal with the distinct => 1 attribute properly when using prefetch + - An extension of the select-hashref syntax, allowing labeling + SQL-side aliasing: select => [ { max => 'foo', -as => 'bar' } ] - Massive optimization of the DBI storage layer - reduce the - amount of connected() calls + amount of connected() ping-calls - Some fixes of multi-create corner cases - Multiple POD improvements - Added exception when resultset is called without an argument