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

arcanez at dev.catalyst.perl.org arcanez at dev.catalyst.perl.org
Tue May 12 15:33:56 GMT 2009


Author: arcanez
Date: 2009-05-12 15:33:56 +0000 (Tue, 12 May 2009)
New Revision: 6233

Modified:
   DBIx-Class/0.08/trunk/Changes
Log:
Changes for count_distinct branch merge

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-05-12 15:17:09 UTC (rev 6232)
+++ DBIx-Class/0.08/trunk/Changes	2009-05-12 15:33:56 UTC (rev 6233)
@@ -1,5 +1,12 @@
 Revision history for DBIx::Class
 
+        - Remove MultiDistinctEmulation.pm, effectively deprecating
+          { select => { distinct => [ qw/col1 col2/ ] } }
+        - Change ->count code to work correctly with DISTINCT (distinct => 1)
+          via GROUP BY
+        - remove interpolation of bind vars for as_query
+        - update Cookbook entry for "SELECT DISTINCT with multiple columns"
+        - update Cookbook entry for "SELECT COUNT(DISTINCT colname)"
         - Refactor DBIx::Class::Storage::DBI::Sybase to automatically 
           load a subclass, namely Microsoft_SQL_Server.pm
           (similar to DBIx::Class::Storage::DBI::ODBC)




More information about the Bast-commits mailing list