[Bast-commits] r7321 - DBIx-Class/0.08/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Mon Aug 17 09:51:22 GMT 2009


Author: ribasushi
Date: 2009-08-17 09:51:21 +0000 (Mon, 17 Aug 2009)
New Revision: 7321

Modified:
   DBIx-Class/0.08/trunk/Changes
Log:
Changes

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-08-17 09:41:08 UTC (rev 7320)
+++ DBIx-Class/0.08/trunk/Changes	2009-08-17 09:51:21 UTC (rev 7321)
@@ -31,8 +31,10 @@
             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




More information about the Bast-commits mailing list