[Bast-commits] r3918 - DBIx-Class/0.08/trunk/lib/DBIx/Class
tomboh at dev.catalyst.perl.org
tomboh at dev.catalyst.perl.org
Mon Jan 7 15:23:15 GMT 2008
Author: tomboh
Date: 2008-01-07 15:23:15 +0000 (Mon, 07 Jan 2008)
New Revision: 3918
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
Log:
Fix class name typo
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm 2008-01-03 20:44:14 UTC (rev 3917)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm 2008-01-07 15:23:15 UTC (rev 3918)
@@ -929,7 +929,7 @@
with to find the number of elements. If passed arguments, does a search
on the resultset and counts the results of that.
-Note: When using C<count> with C<group_by>, L<DBIX::Class> emulates C<GROUP BY>
+Note: When using C<count> with C<group_by>, L<DBIx::Class> emulates C<GROUP BY>
using C<COUNT( DISTINCT( columns ) )>. Some databases (notably SQLite) do
not support C<DISTINCT> with multiple columns. If you are using such a
database, you should only use columns from the main table in your C<group_by>
More information about the Bast-commits
mailing list