From: Olaf Alders Date: Tue, 5 Aug 2014 16:25:23 +0000 (-0400) Subject: s/applied to the after/applied to the query after/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ab80111586fc84e96c5f8daee96966f65cf6af4;p=dbsrgits%2FDBIx-Class-Historic.git s/applied to the after/applied to the query after/ --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index c799da7..d5909e9 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -4448,7 +4448,7 @@ A arrayref of columns to group by. Can include columns of joined tables. =back HAVING is a select statement attribute that is applied between GROUP BY and -ORDER BY. It is applied to the after the grouping calculations have been +ORDER BY. It is applied to the query after the grouping calculations have been done. having => { 'count_employee' => { '>=', 100 } }